home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / Info.subproj / NiftyView.h < prev    next >
Encoding:
Text File  |  1996-01-30  |  231 b   |  17 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @class Sequence;
  5.  
  6. @interface NiftyView:View
  7.     {
  8.     NXImage            *background;
  9.     List            *sequences;
  10.     }
  11.     
  12. - initFrame:(const NXRect *)frame;
  13. - drawSelf:(const NXRect *)rects :(int)rectCount;
  14. - start:sender;
  15.  
  16. @end
  17.