home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Graphics / Viewers / FastTIFF / Source / TIFFView.h < prev    next >
Encoding:
Text File  |  1993-01-26  |  191 b   |  14 lines

  1. #import <appkit/View.h>
  2.  
  3. @interface TIFFView:View
  4. {
  5.      id        image,bitmap;
  6.      BOOL    isCached;
  7. }
  8.  
  9. - drawSelf:(NXRect *)rects :(int)count;
  10. - openTIFF:sender;
  11. - toggleCachingMode:sender;
  12.  
  13. @end
  14.