home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Palettes / MiscProgressPalette / English.lproj / MiscProgressPieInspector.nib / data.classes next >
Encoding:
Text File  |  1993-10-19  |  558 b   |  37 lines

  1. MiscProgressViewInspector = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     stepSlider;
  6.     backgroundColorWell;
  7.     stepText;
  8.     foregroundColorWell;
  9.     borderColorWell;
  10.     };
  11.     SUPERCLASS = IBInspector;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. MiscProgressPieInspector = {
  19.     ACTIONS = {
  20.     };
  21.     OUTLETS = {
  22.     theCheckBox;
  23.     };
  24.     SUPERCLASS = MiscProgressViewInspector;
  25. };
  26. MiscProgressView = {
  27.     ACTIONS = {
  28.     increment:;
  29.     takeFloatValueFrom:;
  30.     clear:;
  31.     takeIntValueFrom:;
  32.     };
  33.     OUTLETS = {
  34.     };
  35.     SUPERCLASS = View;
  36. };
  37.