- Inherits from:
- NSObject
- Conforms to:
- NSObject
- (NSObject)
Declared in:
- AppKit/NSStatusItem.h
Description forthcoming.
- TBD Method Group Name
- - action
- - attributedTitle
- - highlightMode
- - image
- - isEnabled
- - length
- - menu
- - setAction:
- - setAttributedTitle:
- - setEnabled:
- - sendActionOn:
- - setHighlightMode:
- - setImage:
- - setLength:
- - setMenu:
- - setTarget:
- - setTitle:
- - setToolTip:
- - setView:
- - statusBar
- - target
- - title
- - toolTip
- - view
- (SEL)action
- (NSAttributedString*)attributedTitle
- (BOOL)highlightMode
- (NSImage*)image
- (BOOL)isEnabled
- (float)length
- (NSMenu*)menu
- (void)setAction:(SEL)selector
- (void)setAttributedTitle:(NSAttributedString*)title
- (void)setEnabled:(BOOL)flag
- (void)sendActionOn:(int)mask
- (void)setHighlightMode:(BOOL)flag
- (void)setImage:(NSImage*)image
- (void)setLength:(float)aFloat
- (void)setMenu:(NSMenu*)menu
- (void)setTarget:(id)target
- (void)setTitle:(NSString*)title
- (void)setToolTip:(NSString*)toolTip
- (void)setView:(NSView*)view
- (NSStatusBar*)statusBar
- (id)target
- (NSString*)title
- (NSString*)toolTip
- (NSView*)view