home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Examples
/
AppKit
/
ColorTest
/
RedPicker.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-06-17
|
347 b
|
17 lines
#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