This is BezierApp.h in view mode; [Download] [Up]
#import <appkit/Application.h>
@interface BezierApp: Application
{
id bezier;
id lineSlider;
id controlSlider;
}
+ new; // create the new application, and make us its delegate.
- setBezier:anObject; // let me know where the view is.
- setLineSlider:anObject; // let me know where the sliders are.
- setControlSlider:anObject;
- appDidInit:sender; // set up in the icon, and set the timing.
- terminate:sender; // store the defaults, and go away.
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.