home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
AppKit
/
BreakApp
/
BreakApp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-03-15
|
295 b
|
22 lines
/* Generated by Interface Builder */
#import <appkit/Application.h>
@interface BreakApp:Application
{
id controlWindow;
id gameWindow;
id game;
id infoPanel;
}
+ new;
- appDidInit:app;
- appDidHide:app;
- windowDidMiniaturize:window;
- showInfo:sender;
- printGame:sender;
@end