Up
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.
- Declared in:
- AppKit/NSBrowserCell.h
- Conforms to:
- NSCoding
Standards:
Description forthcoming.
Method summary
+ (NSImage*) branchImage;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
+ (NSImage*) highlightedBranchImage;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSImage*) alternateImage;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) encodeWithCoder: (NSCoder*)aCoder;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (NSColor*) highlightColorInView: (NSView*)controlView;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (id) initWithCoder: (NSCoder*)aDecoder;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (BOOL) isLeaf;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (BOOL) isLoaded;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) reset;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) set;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setAlternateImage: (NSImage*)anImage;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setLeaf: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
- (void) setLoaded: (BOOL)flag;
Standards: GNUstep, MacOS-X, OpenStep
Description forthcoming.
Up