Up

NSBrowserCell

Authors

Scott Christley( scottc@net-community.com )
Nicola Pero( n.pero@mi.flashnet.it )
Cell class for the NSBrowser

Copyright: (C) 1996, 1997, 1999 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSBrowserCell class

Software documentation for the NSBrowserCell class

NSBrowserCell : NSCell

Declared in:
AppKit/NSBrowserCell.h
Conforms to:
NSCoding
Standards:

Description forthcoming.

Method summary

branchImage

+ (NSImage*) branchImage;

Description forthcoming.


highlightedBranchImage

+ (NSImage*) highlightedBranchImage;

Description forthcoming.


alternateImage

- (NSImage*) alternateImage;

Description forthcoming.


encodeWithCoder:

- (void) encodeWithCoder: (NSCoder*)aCoder;

Description forthcoming.


highlightColorInView:

- (NSColor*) highlightColorInView: (NSView*)controlView;

Description forthcoming.


initWithCoder:

- (id) initWithCoder: (NSCoder*)aDecoder;

Description forthcoming.


isLeaf

- (BOOL) isLeaf;

Description forthcoming.


isLoaded

- (BOOL) isLoaded;

Description forthcoming.


reset

- (void) reset;

Description forthcoming.


set

- (void) set;

Description forthcoming.


setAlternateImage:

- (void) setAlternateImage: (NSImage*)anImage;

Description forthcoming.


setLeaf:

- (void) setLeaf: (BOOL)flag;

Description forthcoming.


setLoaded:

- (void) setLoaded: (BOOL)flag;

Description forthcoming.



Up