home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Palettes / TTools / Examples / TimerInspector.nib / data.classes next >
Encoding:
Text File  |  1993-11-10  |  354 b   |  24 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. TimerInspector = {
  7.     ACTIONS = {
  8.     revertInspector:;
  9.     thresholdPopped:;
  10.     };
  11.     OUTLETS = {
  12.     visibleDebugSwitch;
  13.     incrementByField;
  14.     startValueField;
  15.     periodField;
  16.     wrapSwitch;
  17.     wrapValueField;
  18.     syncSwitch;
  19.     syncValueField;
  20.     priorityField;
  21.     };
  22.     SUPERCLASS = IBInspector;
  23. };
  24.