home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.bin
/
SourceCode
/
GameKit
/
Apps
/
HighScoreServer
/
gamekit
/
AnimatedView.h
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-06-07
|
228 b
|
17 lines
#import <appkit/appkit.h>
@interface AnimatedView:View
{
id animator;
}
- initFrame:(const NXRect *)frm; // initialize instance
- autoUpdate:sender;
- start:sender;
- stop:sender;
- windowWillClose:sender;
- free;
@end