This is MyView.h in view mode; [Download] [Up]
/* Fred An Obnoxious Little Application By Sean Luke Uses DPS Timed Entry Procedures Released: April 1992 Modified Todd Anthony Nathan April 10, 1992 Cleaned up code, and got slider to work */ #import <objc/Object.h> #include <math.h> #import <dpsclient/dpsclient.h> #import <appkit/appkit.h> @interface MyView:Object { id thisWindow, theSlider; double interval, priority; DPSTimedEntry teNum; } - appDidInit:sender; - changeSpeed:sender; - appWillTerminate:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.