home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Super Net 1
/
SUPERNET_1.iso
/
PC
/
OTROS
/
UNIX
/
ARCHIE
/
CLIENTS
/
NEXTARCH.TAR
/
NeXTArchie
/
MorphView.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
|
1992-01-21
|
296 b
|
17 lines
/* A view class that dissolves one image into another */
#import <appkit/View.h>
@interface MorphView : View
{
id image0; // The NXImages which dissolve into one another
id image1;
}
- initFrame: (NXRect *) frame;
- morph : sender;
- drawSelf:(const NXRect *) rects :(int) rectCount;
@end