This is PatchworkView.h in view mode; [Download] [Up]
// // Patchwork // // Module for BackSpace.app // 18 Oct 91 // Matt Pharr- pharr@cs.yale.edu // // It's not pretty, but it just draws randomly sized and shaded squares // at random places on the screen. Not elegant, or totally complicated, // but a building block for future modules, so I can get a feel for // doing all this... // #import <appkit/View.h> #import "Thinker.h" @interface PatchworkView:View { NXRect theBox; float color; } -oneStep; -drawSelf:(const NXRect *)rects :(int)rectCount; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.