home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / Palettes / Clocks / Inspectors.subproj / English.lproj / DigitalClockInspector.nib / data.classes next >
Text File  |  1992-12-08  |  1KB  |  76 lines

  1. SoundWell = {
  2.     ACTIONS = {
  3.     play:;
  4.     };
  5.     OUTLETS = {
  6.     sound;
  7.     };
  8.     SUPERCLASS = Control;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. ImageWell = {
  16.     ACTIONS = {
  17.     };
  18.     OUTLETS = {
  19.     image;
  20.     };
  21.     SUPERCLASS = Control;
  22. };
  23. DigitalClockInspector = {
  24.     ACTIONS = {
  25.     setTimeColor:;
  26.     setDateColor:;
  27.     };
  28.     OUTLETS = {
  29.     timecolor;
  30.     datecolor;
  31.     };
  32.     SUPERCLASS = ClockInspector;
  33. };
  34. ClockInspector = {
  35.     ACTIONS = {
  36.     decrementMinute:;
  37.     setClockBackgroundColor:;
  38.     setClockBackgroundImage:;
  39.     alarmOptions:;
  40.     incrementMinute:;
  41.     decrementMonth:;
  42.     alarmMode:;
  43.     incrementMonth:;
  44.     clockOrAlarm:;
  45.     playAlarmSound:;
  46.     alarmSound:;
  47.     incrementYear:;
  48.     incrementDay:;
  49.     decrementDay:;
  50.     decrementYear:;
  51.     incrementSecond:;
  52.     decrementHour:;
  53.     setClockOptions:;
  54.     decrementSecond:;
  55.     imageOrColor:;
  56.     incrementHour:;
  57.     };
  58.     OUTLETS = {
  59.     colorOrImage;
  60.     inspectorView;
  61.     alarmMode;
  62.     clockOrAlarmButton;
  63.     backgroundColor;
  64.     inspectButton;
  65.     timeAndDateWindow;
  66.     displayWindow;
  67.     options;
  68.     alarmOptions;
  69.     alarmSound;
  70.     backgroundImage;
  71.     clock;
  72.     optionsWindow;
  73.     };
  74.     SUPERCLASS = IBInspector;
  75. };
  76.