root/trunk/Views/JVColorWellCell.h

Revision 3072, 405 bytes (checked in by timothy, 3 years ago)

Major file system restructuring of the code files.

Line 
1 extern NSString *JVColorWellCellColorDidChangeNotification;
2
3 @interface JVColorWellCell : NSButtonCell {
4         NSColor *_color;
5         BOOL _showsWebValue;
6         BOOL _releasing;
7 }
8 - (void) deactivate;
9 - (void) activate:(BOOL) exclusive;
10 - (BOOL) isActive;
11
12 - (void) takeColorFrom:(id) sender;
13
14 - (void) setColor:(NSColor *) color;
15 - (NSColor *) color;
16
17 - (void) setShowsWebValue:(BOOL) web;
18 - (BOOL) showsWebValue;
19 @end
Note: See TracBrowser for help on using the browser.