This is ShapeView.h in view mode; [Download] [Up]
/* Generated by Project Builder */ #import <appkit/View.h> @interface ShapeView:View { float angle; float xScale; float yScale; float x; float y; id downWindowMatrix; // outlet w/ coord of // mouse down event id upWindowMatrix; // outlet w/ coord of // mouse-up event } - initFrame:(NXRect *)frameRect; - scale:sender; - translate:sender; - rotate:sender; - erase; - mouseDown:(NXEvent *)theEvent; - mouseUp:(NXEvent *)theEvent; - (BOOL)acceptsFirstMouse; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.