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;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


highlightedBranchImage

+ (NSImage*) highlightedBranchImage;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


alternateImage

- (NSImage*) alternateImage;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


encodeWithCoder:

- (void) encodeWithCoder: (NSCoder*)aCoder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


highlightColorInView:

- (NSColor*) highlightColorInView: (NSView*)controlView;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithCoder:

- (id) initWithCoder: (NSCoder*)aDecoder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isLeaf

- (BOOL) isLeaf;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isLoaded

- (BOOL) isLoaded;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


reset

- (void) reset;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


set

- (void) set;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setAlternateImage:

- (void) setAlternateImage: (NSImage*)anImage;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setLeaf:

- (void) setLeaf: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setLoaded:

- (void) setLoaded: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up