home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/View.h>
- #import <appkit/NXImage.h>
- #import <appkit/nextstd.h>
- #import <time.h>
-
- @interface ClockView:View
- {
- struct tm contents;
- id clockbits;
- }
-
- - initFrame:(const NXRect *)frameRect;
- - setLongValue:(long)aLong;
- - setTmValue:(struct tm *)tmp;
- - drawSelf:(const NXRect *)rects :(int)rectCount;
-
- @end
-