home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Internet
/
News
/
Alexandra.0.82
/
Source
/
FaceView.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
|
1996-01-30
|
233 b
|
17 lines
#import <appkit/appkit.h>
@interface FaceView:View
{
NXImage *myImage;
}
- setImage:(NXImage *)anImage;
- (NXImage *)image;
- (BOOL)showFaceForName:(const char *)name;
- drawSelf:(const NXRect *)rects :(int)rectCount;
@end