home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / FaceView.h < prev    next >
Encoding:
Text File  |  1996-01-30  |  233 b   |  17 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface FaceView:View
  5.     {
  6.     NXImage *myImage;
  7.     }
  8.     
  9. - setImage:(NXImage *)anImage;
  10. - (NXImage *)image;
  11.  
  12. - (BOOL)showFaceForName:(const char *)name;
  13.  
  14. - drawSelf:(const NXRect *)rects :(int)rectCount;
  15.  
  16. @end
  17.