home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Utilities / Fiend-1.4.1-src / BackView.h < prev    next >
Encoding:
Text File  |  1994-09-20  |  311 b   |  19 lines

  1. #import <appkit/View.h>
  2. #import "Thinker.h"
  3.  
  4. @interface BackView:View
  5. {
  6.     id image;
  7.     NXRect imageRect;
  8.     NXPoint maxCoord;
  9.     unsigned BVthen;
  10. }
  11.  
  12. - (BOOL) timePassed: (BStimeval) delay;
  13. - drawSelf:(const NXRect *)rects :(int)rectCount;
  14. - setImageConstraints;
  15. - setImage: newImage;
  16. - (BOOL) useBufferedWindow;
  17.  
  18. @end
  19.