This is MColCell.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface MColCell:ActionCell { Storage *stringValues; } - init; - initTextCell:(const char *)string; - initIconCell:(const char *)string; - initMColCell; - free; - setStringValue:(const char *)string at:(int)col copy:(BOOL)copy; - (const char *)stringValueAt:(int)col; - insertColAt:(int)col offset:(int)offset; - addColWithOffset:(int)offset; - removeColAt:(int)col; - (int)colCount; - drawInside:(const NXRect *)cellFrame inView:controlView; - copyFromZone:(NXZone *)zone; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.