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

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