home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Palettes / MORegex / English.lproj / MODateTextCellInspector.nib / data.classes next >
Encoding:
Text File  |  1993-10-04  |  560 b   |  39 lines

  1. CellInspector = {
  2.     ACTIONS = {
  3.     revert:;
  4.     ok:;
  5.     };
  6.     OUTLETS = {
  7.     window;
  8.     disabledSwitch;
  9.     tagForm;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     performResize:;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. MODateTextCellInspector = {
  20.     ACTIONS = {
  21.     optionsCheckboxAction:;
  22.     revert:;
  23.     ok:;
  24.     };
  25.     OUTLETS = {
  26.     tagForm;
  27.     alignmentMatrix;
  28.     borderMatrix;
  29.     formatForm;
  30.     formatCheckbox;
  31.     allowEmptyStringButton;
  32.     styleRadioMatrix;
  33.     backgroundGrayMatrix;
  34.     textGrayMatrix;
  35.     optionsCheckboxMatrix;
  36.     };
  37.     SUPERCLASS = IBInspector;
  38. };
  39.