This is CubePlane.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
extern "Objective-C" {
#import <appkit/View.h>
}
#import "cubeTypes.h"
@interface CubePlane:View
{
Plane* myPlane;
CubeInt myTag;
}
+ initialize;
- initPlane:(Plane *)plane tag:(CubeInt)tag;
- resizeTo:(NXPoint)unit;
-free;
- 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.