This is UHShapeInspector.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import <apps/InterfaceBuilder.h> @interface UHShapeInspector:IBInspector { id choiceMatrix; id borderedButton; id filledButton; id fillColorWell; id lineWidthText; id lineColorWell; id lineWidthSlider; id tagText; int choice; // the type of line chosen: horizontal, vertical, etc. } - selectChoice:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.