home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / EmacsTeX / TeXfig / Source / TeXfigImageView.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  192 b   |  16 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface TeXfigImageView:View
  5. {
  6.     id    imageid;
  7.     id     font;
  8.     id    pb;
  9.  
  10. }
  11.  
  12. - newImage:(id) image;
  13. - drawSelf:(const NXRect *)rects :(int)rectCount;
  14. - copy: sender;
  15. @end
  16.