home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
NEXTSTEP
/
Examples
/
InfoWow-0.00-MIHS
/
src
/
AnimatedView.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
|
1993-12-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