home *** CD-ROM | disk | FTP | other *** search
- #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
-