Up

NSColorPicker

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.


Contents -

  1. Software documentation for the NSColorPicker class

Software documentation for the NSColorPicker class

NSColorPicker : NSObject

Declared in:
AppKit/NSColorPicker.h
Conforms to:
NSColorPickingDefault
Standards:

Description forthcoming.

Method summary

alphaControlAddedOrRemoved:

- (void) alphaControlAddedOrRemoved: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


attachColorList:

- (void) attachColorList: (NSColorList*)colorList;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


colorPanel

- (NSColorPanel*) colorPanel;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


detachColorList:

- (void) detachColorList: (NSColorList*)colorList;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithPickerMask:colorPanel:

- (id) initWithPickerMask: (int)aMask colorPanel: (NSColorPanel*)colorPanel;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


insertNewButtonImage:in:

- (void) insertNewButtonImage: (NSImage*)newImage in: (NSButtonCell*)newButtonCell;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


provideNewButtonImage

- (NSImage*) provideNewButtonImage;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


setMode:

- (void) setMode: (int)mode;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


viewSizeChanged:

- (void) viewSizeChanged: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up