This is GaugeDemo_main.m in view mode; [Download] [Up]
/* * Generated by the NeXT Interface Builder. */ #import <appkit/Application.h> #import <soundkit/soundkit.h> #import <appkit/Slider.h> main(argc, argv) int argc; char *argv[]; { NXApp = [Application new]; [NXApp setAppName:"GaugeDemo"]; [NXApp loadNibSection:"GaugeDemo.nib" owner:NXApp]; [NXApp run]; [NXApp free]; }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.