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

  1. MiscProgressViewInspector = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     stepSlider;
  6.     backgroundColorWell;
  7.     stepText;
  8.     foregroundColorWell;
  9.     borderColorWell;
  10.     };
  11.     SUPERCLASS = IBInspector;
  12. };
  13. MiscProgressBarInspector = {
  14.     ACTIONS = {
  15.     };
  16.     OUTLETS = {
  17.     tickText;
  18.     theSwitch2;
  19.     tickColorWell;
  20.     emphasisText;
  21.     theSwitch;
  22.     };
  23.     SUPERCLASS = MiscProgressViewInspector;
  24. };
  25. FirstResponder = {
  26.     ACTIONS = {
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. MiscProgressView = {
  31.     ACTIONS = {
  32.     increment:;
  33.     takeFloatValueFrom:;
  34.     clear:;
  35.     takeIntValueFrom:;
  36.     };
  37.     OUTLETS = {
  38.     };
  39.     SUPERCLASS = View;
  40. };
  41. MiscProgressBar = {
  42.     ACTIONS = {
  43.     };
  44.     OUTLETS = {
  45.     };
  46.     SUPERCLASS = MiscProgressView;
  47. };
  48.