home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Preferences.app / Time.preferences / German.lproj / Time.nib / data.classes next >
Text File  |  1994-08-09  |  3KB  |  109 lines

  1. Clock = {SUPERCLASS = Control; };
  2. ClickField = {SUPERCLASS = Control; };
  3. FirstResponder = {
  4.     ACTIONS = {"orderFrontNXColorPanel:" = "orderFrontNXColorPanel:"; }; 
  5.     SUPERCLASS = Object; 
  6. };
  7. Calendar = {SUPERCLASS = Control; };
  8. TimeSetting = {SUPERCLASS = Control; };
  9. Time = {
  10.     ACTIONS = {
  11.         "hour24Changed:" = "(id)(id)"; 
  12.     "minusSetting:" = "(id)(id)"; 
  13.     "monthMinus:" = "(id)(id)"; 
  14.     "monthPlus:" = "(id)(id)"; 
  15.     "newDate:" = "(id)(id)"; 
  16.     "newTime:" = "(id)(id)"; 
  17.     "newTimeZone:" = "(id)(id)"; 
  18.     "plusSetting:" = "(id)(id)"; 
  19.     "startClock:" = "(id)(id)"; 
  20.     "stopClock:" = "(id)(id)"; 
  21.     "synchronize:" = "(id)(id)"; 
  22.     "yearMinus:" = "(id)(id)"; 
  23.     "yearPlus:" = "(id)(id)"; 
  24.     }; 
  25.     OUTLETS = {
  26.         calendar = calendar; 
  27.     layout_clock = layout_clock; 
  28.     minusButton = minusButton; 
  29.     monthField = monthField; 
  30.     monthMinus = monthMinus; 
  31.     monthPlus = monthPlus; 
  32.     ntpdTextField = ntpdTextField; 
  33.     plusButton = plusButton; 
  34.     setButton = setButton; 
  35.     switch24Hour = switch24Hour; 
  36.     synchButton = synchButton; 
  37.     timeSetter = timeSetter; 
  38.     timeStrings = timeStrings; 
  39.     tzButton = tzButton; 
  40.     tzList = tzList; 
  41.     tzScroller = tzScroller; 
  42.     tzView = tzView; 
  43.     window = window; 
  44.     yearField = yearField; 
  45.     yearMinus = yearMinus; 
  46.     yearPlus = yearPlus; 
  47.     }; 
  48.     SUPERCLASS = Layout; 
  49. };
  50. NXTimeZoneView = {
  51.     ACTIONS = {"selectTimeZone:" = "selectTimeZone:"; }; 
  52.     OUTLETS = {
  53.         delegate = delegate; 
  54.     timeZoneButton = timeZoneButton; 
  55.     timeZonePopup = timeZonePopup; 
  56.     }; 
  57.     SUPERCLASS = View; 
  58. };
  59. ClickButton = {SUPERCLASS = Control; };
  60. NewClock = {SUPERCLASS = Control; };
  61. Preferences = {
  62.     ACTIONS = {
  63.         "hour24Changed:" = "hour24Changed:"; 
  64.     "minusSetting:" = "minusSetting:"; 
  65.     "monthMinus:" = "monthMinus:"; 
  66.     "monthPlus:" = "monthPlus:"; 
  67.     "newDate:" = "newDate:"; 
  68.     "newTime:" = "newTime:"; 
  69.     "plusSetting:" = "plusSetting:"; 
  70.     "synchronize:" = "synchronize:"; 
  71.     "yearMinus:" = "yearMinus:"; 
  72.     "yearPlus:" = "yearPlus:"; 
  73.     }; 
  74.     OUTLETS = {
  75.         calendar = calendar; 
  76.     layout_clock = layout_clock; 
  77.     minusButton = minusButton; 
  78.     monthField = monthField; 
  79.     monthMinus = monthMinus; 
  80.     monthPlus = monthPlus; 
  81.     ntpdTextField = ntpdTextField; 
  82.     plusButton = plusButton; 
  83.     setButton = setButton; 
  84.     switch24Hour = switch24Hour; 
  85.     synchButton = synchButton; 
  86.     timeSetter = timeSetter; 
  87.     timeStrings = timeStrings; 
  88.     tzButton = tzButton; 
  89.     tzScroller = tzScroller; 
  90.     window = window; 
  91.     yearField = yearField; 
  92.     yearMinus = yearMinus; 
  93.     yearPlus = yearPlus; 
  94.     }; 
  95.     SUPERCLASS = Object; 
  96. };
  97. Layout = {
  98.     ACTIONS = {
  99.         "didHide:" = "(id)(id)"; 
  100.     "didSelect:" = "(id)(id)"; 
  101.     "didUnhide:" = "(id)(id)"; 
  102.     "didUnselect:" = "(id)(id)"; 
  103.     "willSelect:" = "(id)(id)"; 
  104.     "willUnselect:" = "(id)(id)"; 
  105.     }; 
  106.     OUTLETS = {view = view; }; 
  107.     SUPERCLASS = Object; 
  108. };
  109.