home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/View.h>
-
- #define DEFAULT_SLOPE 1.0
- #define DEFAULT_XINTERCEPT 50.0
-
- @interface PlotView:View
- {
- float slope, XIntercept;
- float topBorder, leftBorder, rightBorder, bottomBorder;
- NXRect plotArea;
- }
-
- - slopeSlider:sender;
- - XInterceptSlider:sender;
-
- @end
-