home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.bin
/
SourceCode
/
Starter
/
Source
/
KeyPanel.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
|
1994-12-08
|
211 b
|
15 lines
/* KeyPanel.h - written by Robert Vasvari 9/93 */
#import <appkit/appkit.h>
@interface KeyPanel:Panel
{
id defaultButton;
}
- setDefaultButton:aButton;
- _reflectChangeInKeyStatusTo:(BOOL)isKeyWindow;
@end