ftp.nice.ch/pub/next/developer/hardware/powerglove/PGlove.N.bs.tar.gz#/PowerGlove/GloveWatch/GloveView.h

This is GloveView.h in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import <appkit/View.h>

@interface GloveView:View
{
	double x,y,z,roll;
	double height, length, width;
}

+ newFrame: (const NXRect *) frameRect;
- drawSelf: (const NXRect *) rects : (int) rectCount;
- setX: (int) ax y: (int) ay z: (int) az roll: (int) aroll;
- setLength: (int) al height: (int) ah width: (int) aw;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.