home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Palettes / Chart / ChartPalette.palette / English.lproj / PieChartInspector.nib / data.classes < prev    next >
Encoding:
Text File  |  1994-06-07  |  349 b   |  24 lines

  1. PieChartInspector = {
  2.     ACTIONS = {
  3.     changeUseDefaultGray:;
  4.     changeSliceCount:;
  5.     };
  6.     OUTLETS = {
  7.     useDefaultGray;
  8.     maxSliceSlider;
  9.     colorPie;
  10.     maxSliceCount;
  11.     sliceColorWell;
  12.     optionsMatrix;
  13.     };
  14.     SUPERCLASS = IBInspector;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. ArrowView = {
  22.     SUPERCLASS = View;
  23. };
  24.