home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/NXColorPicker.h>
-
- @interface RedPicker : NXColorPicker <NXColorPickingCustom>
- {
- id button;
- }
-
- - initFromPickerMask:(int)mask withColorPanel:owningColorPanel;
- - provideNewView:(BOOL)initialRequest;
- // Return NO if "mode" not supported.
- - (BOOL)supportsMode:(int)mode;
- - (int)currentMode;
- - setColor:(NXColor)newColor;
-
-
-
- @end