home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / Chess-9 / Clock.h < prev    next >
Text File  |  1992-03-23  |  262b  |  19 lines

  1.  
  2. /* Generated by the NeXT Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface Clock : View
  7. {
  8.   int seconds;
  9.   id background;
  10. }
  11.  
  12. + newFrame:(NXRect const *)theFrame;
  13.  
  14. - setSeconds:(int)s;
  15. - (int)getSeconds;
  16. - drawSelf:(NXRect *)rects :(int)rectCount;
  17.  
  18. @end
  19.