ftp.nice.ch/pub/next/developer/resources/palettes/3.0JoyStickPalette.s.tar.gz#/3.0JoyStickPalette/JoyStickInspector.h

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

#import <appkit/appkit.h>

#import <apps/InterfaceBuilder.h>


@interface JoyStickInspector:IBInspector
{
    id	yslider;
    id	xslider;
    id	ytext;
    id	xtext;
    
    id	trackslider;
    id	tracktext;
    id	fadeslider;
    id	fadetext;
}
- init;


@end

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