This is SpheresView.h in view mode; [Download] [Up]
// // Spheres // // Module for BackSpace.app // 12 Dec 91 // Matt Pharr- pharr@cs.yale.edu // #import <appkit/View.h> #import "Thinker.h" @interface SpheresView:View { int nDrawn; // the number of spheres drawn since last clear } -oneStep; -initFrame:(const NXRect *)frameRect; -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.