home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula
/
nebula.bin
/
SourceCode
/
ScrollWindow
/
ExampleApp.h
< prev
next >
Wrap
Text File
|
1993-01-19
|
363b
|
22 lines
/* Generated by Interface Builder */
#import <appkit/Application.h>
@interface ExampleApp:Application
{
id mysteryMatrix;
id infoWindow;
id mysteryScroller;
id mysteryWindow;
}
- appDidInit:sender;
- setMysteryMatrix:anObject;
- setInfoWindow:anObject;
- setMysteryScroller:anObject;
- setMysteryWindow:anObject;
- mysteryAction:sender;
@end