This is MorphLineInspector.h in view mode; [Download] [Up]
// MorphLineInspector.h // // created by Martin Wennerberg on Mon 05-Jan-1998 // // when who modification #import "Inspector.h" @interface MorphLineInspector : Inspector { IBOutlet NSCell *startX0Field; IBOutlet NSCell *startY0Field; IBOutlet NSCell *endX0Field; IBOutlet NSCell *endY0Field; IBOutlet NSCell *startX1Field; IBOutlet NSCell *startY1Field; IBOutlet NSCell *endX1Field; IBOutlet NSCell *endY1Field; IBOutlet NSCell *moveStartControl; IBOutlet NSCell *moveEndControl; IBOutlet NSCell *dissolveStartControl; IBOutlet NSCell *dissolveEndControl; } - (NSView *) view; - (void) revert:sender; - (void) setValues:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.