home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Altsys Virtuoso 2.0K
/
virtuoso_20k.iso
/
DemoApps
/
Graphics
/
Multimedia
/
Movie
/
Source
/
MovieApp.update
/
MovieView.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
C/C++ Source or Header
|
1992-10-01
|
359 b
|
18 lines
#import <appkit/View.h>
int filetype;
@interface MovieView:View
{
id *frames; /* pointer to array of Bitmap id's */
int width, height, currentFrame, numFrames;
char *path;
}
+ newPath:(const char *)thePath Width:(int)w Height:(int)h NumFrames:(int)nf;
- showFrameNumber:(int)frameNumber;
- (int)numFrames;
- (int)currentFrame;
- free;
@end