Up
Authors
Scott Christley (scottc@net-community.com )
Jonathan Gapen (jagapen@whitewater.chem.wisc.edu )
Date: Generated at 2024-11-13 12:52:37 -0500
Abstract superclass for NSColorPanel color pickers
Copyright: (C) 1996 Free Software Foundation, Inc.
class_NSColorPicker
NSObject
NSObject
NSColorPicker
NSColorPicker
NSObject->NSColorPicker
p_NSColorPickingDefault
NSColorPickingDefault
p_NSColorPickingDefault->NSColorPicker
Declared in:
AppKit/NSColorPicker.h
Conforms to:
NSColorPickingDefault
Availability: OpenStep
Description forthcoming.
Instance Variables
- (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