NSColorWell

Authors

Scott Christley( scottc@net-community.com )
Felipe A. Rodriguez( far@ix.netcom.com )
Control for selecting and display a single color value.

Copyright: (C) 1996 Free Software Foundation, Inc.

Software documentation for the NSColorWell class

NSColorWell : NSControl

Declared: AppKit/NSColorWell.h
Conform: NSCoding

activate:

- (void) activate: (BOOL)exclusive;


color

- (NSColor*) color;


deactivate

- (void) deactivate;


drawWellInside:

- (void) drawWellInside: (NSRect)insideRect;


encodeWithCoder:

- (void) encodeWithCoder: (NSCoder*)aCoder;


initWithCoder:

- (id) initWithCoder: (NSCoder*)aDecoder;


isActive

- (BOOL) isActive;


isBordered

- (BOOL) isBordered;


setBordered:

- (void) setBordered: (BOOL)bordered;


setColor:

- (void) setColor: (NSColor*)color;


takeColorFrom:

- (void) takeColorFrom: (id)sender;