This is UHShape.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <appkit/appkit.h> #define UHSHAPE_CURRENT_VERSION 1 @interface UHShape:View { NXColor lineColor; NXColor fillColor; float lineWidth; int choice; int tag; BOOL isBordered; BOOL isFilled; } - setChoice:(int)value; - setLineWidth:(float)value; - setLineColor:(NXColor)aColor; - setFillColor:(NXColor)aColor; - setTag:(int)aTag; - setBordered:(BOOL)flag; - setFilled:(BOOL)flag; - (BOOL)isBordered; - (BOOL)isFilled; - (int)tag; - (int)choice; - (float)lineWidth; - (NXColor)lineColor; - (NXColor)fillColor; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.