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

This is UHLineShapeInspector.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

#import <apps/InterfaceBuilder.h>

@interface UHLineShapeInspector:IBInspector
{
	id choiceMenu;
	id choiceButton;
	id lineWidthText;
	id lineColorWell;
	id lineWidthSlider;
	id angleBox;
	id angleText;
	id angleSlider;
	id tagText;
	id minAngle; // outlet of the text field which diplays the minimum value of the slider
	id maxAngle; // outlet of the text field which displays the maximum value of the slider
	int choice; // the type of line chosen: horizontal, vertical, etc.
}

- lineChoice:sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.