This is TimeMonColors.h in view mode; [Download] [Up]
// Copyright 1994 Scott Hess.  Permission to use, copy, modify,
// and distribute this software and its documentation for any
// purpose and without fee is hereby granted, provided that this
// copyright notice appear in all copies.
// 
// Scott Hess makes no representations about the suitability of
// this software for any purpose.  It is provided "as is" without
// express or implied warranty.
//
#import <appkit/appkit.h>
@interface TimeMonColors:Matrix
{
}
- initFrame:(const NXRect *)frameRect;
- readColors;
- acceptColor:(NXColor)color atPoint:(NXPoint *)aPoint;
- mouseDown:(NXEvent *)e;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.