ftp.nice.ch/pub/next/tools/business/Stopwatch.2.3.NIHS.bs.tar.gz#/Stopwatch2.3/Source/ColCell.h

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

/*
 * Implements a cell that displays its data in 3 columns.
 *
 * For legal stuff see the file COPYRIGHT
 */
#import <appkit/appkit.h>

#if NOT_YET
typedef struct {
  int	offset;			/* column position */
  char	*method;		/* method name to invoke */
} ColDesc;
#endif

@interface ColCell : NXBrowserCell
{
  id	data;
}

- drawInside:(const NXRect *)cellFrame inView:controlView;
- setFont:fontObj;
- copyFromZone:(NXZone *)zone;
- (void)setCellData:obj;
- cellData;

@end

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