home *** CD-ROM | disk | FTP | other *** search
- // -------------------------------------------------------------------------------------
- // PieChartInspector.m
- // Martin D. Flynn, NeXT Computer, Inc.
- // -------------------------------------------------------------------------------------
-
- #import <apps/InterfaceBuilder.h>
-
- // -------------------------------------------------------------------------------------
-
- @interface PieChartInspector : IBInspector
- {
- id optionsMatrix;
- id maxSliceCount;
- id maxSliceSlider;
- id colorPie;
- id useDefaultGray;
- id sliceColorWell;
- }
-
- // -------------------------------------------------------------------------------------
-
- - init;
- - ok:sender;
- - revert:sender;
-
- - changeUseDefaultGray:sender;
- - changeSliceCount:sender;
-
- @end
-