home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Starter / Source / ClockView.h < prev    next >
Encoding:
Text File  |  1994-08-15  |  356 b   |  21 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5. #import <appkit/NXImage.h>
  6. #import <appkit/nextstd.h>
  7. #import <time.h>
  8.  
  9. @interface ClockView:View
  10. {
  11.     struct tm    contents;
  12.     id    clockbits;
  13. }
  14.  
  15. - initFrame:(const NXRect *)frameRect;
  16. - setLongValue:(long)aLong;
  17. - setTmValue:(struct tm *)tmp;
  18. - drawSelf:(const NXRect *)rects :(int)rectCount;
  19.  
  20. @end
  21.