ftp.nice.ch/pub/next/developer/objc/appkit/Starter.1.1.s.tar.gz#/Starter1.1/STClockView.h

This is STClockView.h in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import <appkit/View.h>
#import <appkit/NXImage.h>
#import <appkit/nextstd.h>
#import <foundation/NSDate.h>

#import <time.h>

@interface STClockView:View
{
	struct tm	contents;
	id	clockbits;
}

- initFrame:(const NXRect *)frameRect;
- setValue:(NSCalendarDate *)aValue;
- setLongValue:(long)aLong;
- setTmValue:(struct tm *)tmp;
- drawSelf:(const NXRect *)rects :(int)rectCount;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.