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
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
+ (NSImage*) branchImage;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSImage*) highlightedBranchImage;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSImage*) alternateImage;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSColor*) highlightColorInView: (NSView*)controlView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) isLeaf;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) isLoaded;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) reset;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) set;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setAlternateImage: (NSImage*)anImage;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setLeaf: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setLoaded: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSBrowserCell Class
@protected NSImage* _alternateImage;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up