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

  1. MODateFormCellInspector = {
  2.     ACTIONS = {
  3.     revert:;
  4.     ok:;
  5.     };
  6.     OUTLETS = {
  7.     styleRadioMatrix;
  8.     formatCheckbox;
  9.     checkboxMatrix;
  10.     formatForm;
  11.     tagForm;
  12.     };
  13.     SUPERCLASS = IBInspector;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     performResize:;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21. CellInspector = {
  22.     ACTIONS = {
  23.     revert:;
  24.     ok:;
  25.     };
  26.     OUTLETS = {
  27.     window;
  28.     disabledSwitch;
  29.     tagForm;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33.