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