May 2003
Intermediate to advanced
566 pages
27h 29m
English
NSBrowserCell — Mac OS X 10.0
Instances of this class are responsible for displaying the contents
of columns in
an NSBrowser, which are
NSMatrix views containing a stack of
NSBrowserCell objects.
|
![]()
|
@interface NSBrowserCell : NSCell
|
// Accessor Methods
|
- (void)setLeaf:(BOOL)flag; |
- (void)setAlternateImage:(NSImage *)newAltImage; |
- (NSImage *)alternateImage;
|
- (void)setLoaded:(BOOL)flag; |
- (void)setImage:(NSImage *)image; |
- (NSImage *)image;
|
// Class Methods
|
+ (NSImage *)branchImage;
|
+ (NSImage *)highlightedBranchImage;
|
// Instance Methods
|
- (void)set;
|
- (NSColor *)highlightColorInView:(NSView *)controlView; |
- (BOOL)isLeaf;
|
- (BOOL)isLoaded;
|
- (void)reset;
|
Read now
Unlock full access