ftp.nice.ch/pub/next/developer/resources/palettes/UHShapes.1.1.N.bs.tar.gz#/UHShapesSource_1.1/_UHShapesPalette/UHShapeInspector.h

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.