ftp.nice.ch/pub/next/tools/workspace/Cassandra.1.7a.s.tar.gz#/Cassandra/DayText.h

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

//
// DayText.h
// Copyright (c) 1991 by Jiro Nakamura 
// All rights reserved
//
//
// RCS Information
// Revision Number->	$Revision: 1.1 $
// Last Revised->	$Date: 90/10/27 17:36:41 $
//

#import <appkit/Text.h>
#import <sys/time.h>		

@interface DayText:Text
{
	int     hour, minute;
	struct tm today;
	
	BOOL militaryTime;
	
	int	priorityCutOff;
}

- setDate: (struct tm*) date andPriority: (int) pr;
- updateText;			// Update text

- defaultsDidChange: sender;
@end

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