Up
Authors
- Scott Christley (
scottc@net-community.com
)
-
- Jonathan Gapen (
jagapen@whitewater.chem.wisc.edu
)
-
Abstract superclass for NSColorPanel color pickers
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSColorPicker.h
- Conforms to:
- NSColorPickingDefault
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (void) alphaControlAddedOrRemoved: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) attachColorList: (NSColorList*)colorList;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSColorPanel*) colorPanel;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) detachColorList: (NSColorList*)colorList;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) initWithPickerMask: (int)aMask colorPanel: (NSColorPanel*)colorPanel;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) insertNewButtonImage: (NSImage*)newImage in: (NSButtonCell*)newButtonCell;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSImage*) provideNewButtonImage;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setMode: (int)mode;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) viewSizeChanged: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSColorPicker Class
@protected id _colorPanel;
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