home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / GameKit / Apps / HighScoreServer / gamekit / AnimatedView.h next >
Encoding:
Text File  |  1994-06-07  |  228 b   |  17 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface AnimatedView:View
  5. {
  6.     id  animator;
  7. }
  8.  
  9. - initFrame:(const NXRect *)frm;    // initialize instance
  10. - autoUpdate:sender;
  11. - start:sender;
  12. - stop:sender;
  13. - windowWillClose:sender;
  14. - free;
  15.  
  16. @end
  17.