ftp.nice.ch/pub/next/database/apps/Stopwatch.2.5.s.tar.gz#/Stopwatch2.5/ColCell.h

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

/*
 * Implements a cell that displays its data in multiple columns.
 *
 * For legal stuff see the file COPYRIGHT
 */
#import <appkit/appkit.h>
#import "ColCellData.h"		/* for the protocol definition */

@interface ColCell : NXBrowserCell
{
  id <ColCellData>	data;
}

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

@end

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