home *** CD-ROM | disk | FTP | other *** search
- /*
- * PlotViewInspector.h -- Interface file for the PlotViewInspector class
- *
- * You may freely copy, distribute, and reuse the code in this example.
- * NeXT disclaims any warranty of any kind, expressed or implied, as to its
- * fitness for any particular use.
- *
- */
-
- #import <apps/InterfaceBuilder.h>
-
- @interface PlotViewInspector:Inspector
- {
- id theSlider;
- id theTextField;
- float lastRadius;
- }
- + finishLoading:(struct mach_header *)header;
- + startUnloading;
- - init;
- - ok:sender;
- - revert:sender;
-
- @end
-