home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / OfMiceAndMen / Source / InfoView.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  241 b   |  17 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface InfoView:View
  5. {
  6. id teteButton;
  7. id appButton;
  8.  
  9. int current;
  10. }
  11.  
  12. - animateInfo:sender;
  13. - animateDissolve:(int)index;
  14. - drawSelf:(const NXRect *)rects :(int)rectCount;
  15. - mouseDown:(NXEvent *)theEvent;
  16. @end
  17.