Up
Authors
- Scott Christley (
scottc@net-community.com
)
-
- Jonathan Gapen (
jagapen@whitewater.chem.wisc.edu
)
-
Date: Generated at 2025-07-12 14:18:56 +0000
Abstract superclass for NSColorPanel color pickers
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSColorPicker.h
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