This is PatchworkView.h in view mode; [Download] [Up]
// // Patchwork // rev 1.1 // Now supports BackSpace's inspector panels // // Module for BackSpace.app // 18 Oct 91 rev 11 Dec 91 rev 20 Aug 92 // Matt Pharr- pharr@cs.yale.edu // #import <appkit/appkit.h> #import "Thinker.h" @interface PatchworkView:View { NXRect theBox; float color; float speed; id theSlider; id sharedInspectorPanel; } -oneStep; -initFrame:(const NXRect *)frameRect; -drawSelf:(const NXRect *)rects :(int)rectCount; -inspector:sender; -setSpeed:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.