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
Standards:
Description forthcoming.
Instance Variables for NSColorPicker Class
@private id _colorPanel;
Description forthcoming.
Method summary
- (void) alphaControlAddedOrRemoved: (id)sender;
Description forthcoming.
- (void) attachColorList: (NSColorList*)colorList;
Description forthcoming.
- (NSColorPanel*) colorPanel;
Description forthcoming.
- (void) detachColorList: (NSColorList*)colorList;
Description forthcoming.
- (id) initWithPickerMask: (int)aMask colorPanel: (NSColorPanel*)colorPanel;
Description forthcoming.
- (void) insertNewButtonImage: (NSImage*)newImage in: (NSButtonCell*)newButtonCell;
Description forthcoming.
- (NSImage*) provideNewButtonImage;
Description forthcoming.
- (void) setMode: (int)mode;
Description forthcoming.
- (void) viewSizeChanged: (id)sender;
Description forthcoming.
Up