home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Palettes / OOPSPalette / OOPSObjectView.h < prev    next >
Encoding:
Text File  |  1993-04-26  |  176 b   |  14 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4.  
  5. @interface OOPSObjectView:View 
  6. {
  7.     NXImage    *image;
  8. }
  9.  
  10. - drawSelf: (const NXRect *)rects :(int)rectCount;
  11. - initFrame:(NXRect *)frameRect;
  12.  
  13. @end
  14.