home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Palettes / MiscValueFieldPalette / English.lproj / MiscValueCellInspector.nib / data.classes next >
Encoding:
Text File  |  1994-02-21  |  589 b   |  42 lines

  1. MiscValueCell = {
  2.     ACTIONS = {
  3.     increment:;
  4.     decrement:;
  5.     };
  6.     OUTLETS = {
  7.     stringList;
  8.     };
  9.     SUPERCLASS = TextFieldCell;
  10. };
  11. MiscValueField = {
  12.     ACTIONS = {
  13.     };
  14.     OUTLETS = {
  15.     stringList;
  16.     };
  17.     SUPERCLASS = TextField;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. MiscValueCellInspector = {
  25.     ACTIONS = {
  26.     };
  27.     OUTLETS = {
  28.     idSoftLowerLabel;
  29.     idSoftUpper;
  30.     idExpandUpper;
  31.     idHardLower;
  32.     idSoftUpperLabel;
  33.     idExpandLower;
  34.     idAlternate;
  35.     idNormal;
  36.     idSoftLower;
  37.     idHardUpper;
  38.     idContinuous;
  39.     };
  40.     SUPERCLASS = IBInspector;
  41. };
  42.