This is ExportCell.m in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import "ExportCell.h" #import <appkit/Text.h> @implementation ExportCell - init { [super init]; [super initIconCell:"NXswitch"]; [super setAltIcon:"NXswitchH"]; [super setType:NX_TOGGLE]; [super setIconPosition:NX_ICONLEFT]; [super setBordered:NO]; [super setAlignment:NX_LEFTALIGNED]; [super setState:1]; return self; } @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.