Up

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 in:
AppKit/NSColorWell.h
Conforms to:
NSCoding
Standards:

Description forthcoming.


Instance Variables

Method summary

activate: 

- (void) activate: (BOOL)exclusive;

Description forthcoming.


color 

- (NSColor*) color;

Description forthcoming.


deactivate 

- (void) deactivate;

Description forthcoming.


drawWellInside: 

- (void) drawWellInside: (NSRect)insideRect;

Description forthcoming.


encodeWithCoder: 

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

Description forthcoming.


initWithCoder: 

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

Description forthcoming.


isActive 

- (BOOL) isActive;

Description forthcoming.


isBordered 

- (BOOL) isBordered;

Description forthcoming.


setBordered: 

- (void) setBordered: (BOOL)bordered;

Description forthcoming.


setColor: 

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

Description forthcoming.


takeColorFrom: 

- (void) takeColorFrom: (id)sender;

Description forthcoming.




Instance Variables for NSColorWell Class

_action

@protected SEL _action;

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.


_is_active

@protected BOOL _is_active;

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.


_is_bordered

@protected BOOL _is_bordered;

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.


_target

@protected id _target;

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.


_the_color

@protected NSColor* _the_color;

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.


_wellRect

@protected NSRect _wellRect;

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