home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / AppKit / BackspaceViews / BoinkSpace / BoinkSpaceView.h next >
Encoding:
Text File  |  1992-02-18  |  205 b   |  15 lines

  1. #import "BoinkViewPart.h"
  2. #import "SpaceView.h"
  3.  
  4. @interface BoinkSpaceView:BoinkView
  5. {
  6.     id mySpaceView;
  7.     NXRect avoid;
  8. }
  9.  
  10. - oneStep;
  11. - drawSelf:(const NXRect *)rects :(int)rectCount;
  12. - didLockFocus;
  13.  
  14. @end
  15.