Developer Documentation
PATH  Mac OS X Documentation > Application Kit Reference: Objective-C

Table of Contents

NSStatusBar


Inherits from:
NSObject
Conforms to:
NSObject
(NSObject)
Declared in:
AppKit/NSStatusBar.h




Class Description


Description forthcoming.




Constants


The following constants are defined as a convenience by NSStatusBar:


Constant Type Description
NSSquareStatusItemLength int -2
NSVariableStatusItemLength int -1



Method Types


TBD Method Group Name
+ systemStatusBar
- isVertical
- removeStatusItem:
- statusItemWithLength:
- thickness


Class Methods



systemStatusBar

+ (NSStatusBar*)systemStatusBar

Description forthcoming.


Instance Methods



isVertical

- (BOOL)isVertical

Description forthcoming.

removeStatusItem:

- (void)removeStatusItem:(NSStatusItem*)item

Description forthcoming.

statusItemWithLength:

- (NSStatusItem*)statusItemWithLength:(float)length

Description forthcoming.

thickness

- (float)thickness

Description forthcoming.


Table of Contents