home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
NeXT
/
GnuSource
/
Chess-9
/
Clock.h
< prev
next >
Wrap
Text File
|
1992-03-23
|
262b
|
19 lines
/* Generated by the NeXT Interface Builder */
#import <appkit/View.h>
@interface Clock : View
{
int seconds;
id background;
}
+ newFrame:(NXRect const *)theFrame;
- setSeconds:(int)s;
- (int)getSeconds;
- drawSelf:(NXRect *)rects :(int)rectCount;
@end