This is TabMatrix.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface DarkGrayView : View { } - drawSelf:(const NXRect *)rects :(int)count; @end @interface TabSelectionCell : SelectionCell { /* Private instance variables; do not use outside of this object! */ NXCoord ascender, /* Info about the text contents in the cell */ descender, lineHeight; /* Public instance variables */ } /* Methods overridden from superclass */ - initTextCell:(const char *)aString; - awake; - setFont:fontObj; - drawInside:(const NXRect *)cellFrame inView:controlView; /* Other instance methods */ - finishInitializing; /* Set/Get methods */ - (BOOL)isSelected; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.