This is GCell.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <appkit/Cell.h> @interface GCell:Cell { id theImage; char name[512]; int lastmouse; } - initFromFile:(char *)file; - calcCellSize:(NXSize *)theSize; - highlight:(const NXRect *)cellFrame inView:controlView lit:(BOOL)flag; - (BOOL)trackMouse:(NXEvent *)theEvent inRect:(const NXRect *)cellFrame ofView:controlView; - writeRichText:(NXStream *)stream forView:view; - readRichText:(NXStream *)stream forView:view; - drawInside: (const NXRect *)cellFrame inView:controlView; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.