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

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