home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextApps / Terminal.app / French.lproj / Preferences.nib / data.classes next >
Encoding:
Text File  |  1992-07-03  |  2.6 KB  |  186 lines

  1. WindowController = {
  2.     ACTIONS = {
  3.     setFontRequest:;
  4.     firstVisible:;
  5.     };
  6.     OUTLETS = {
  7.     fontTrap;
  8.     shellExitMatrix;
  9.     fontField;
  10.     sizeForm;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FontTrap = {
  15.     ACTIONS = {
  16.     changeFont:;
  17.     };
  18.     OUTLETS = {
  19.     fontTarget;
  20.     targetProxy;
  21.     };
  22.     SUPERCLASS = View;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29. TitleBarController = {
  30.     ACTIONS = {
  31.     customTitleChanged:;
  32.     titleBitsChanged:;
  33.     };
  34.     OUTLETS = {
  35.     fakeTitle;
  36.     elementMatrix;
  37.     titleForm;
  38.     prefObject;
  39.     };
  40.     SUPERCLASS = Object;
  41. };
  42. ProcessMonitorController = {
  43.     ACTIONS = {
  44.     enablementChanged:;
  45.     remove:;
  46.     cleanProcChanged:;
  47.     add:;
  48.     textDidGetKeys:;
  49.     runningBackgroundChanged:;
  50.     };
  51.     OUTLETS = {
  52.     checkMatrix;
  53.     cleanScrollView;
  54.     runningCleanCheck;
  55.     newCleanField;
  56.     removeButton;
  57.     monitorCheck;
  58.     fastAuditCheck;
  59.     shellsCleanCheck;
  60.     cleanMatrix;
  61.     addButton;
  62.     };
  63.     SUPERCLASS = Object;
  64. };
  65. EmulationController = {
  66.     ACTIONS = {
  67.     firstVisible:;
  68.     suggest:;
  69.     showDefault:;
  70.     revert:;
  71.     };
  72.     OUTLETS = {
  73.     checkMatrix;
  74.     trW9CateCheck;
  75.     altMatrix;
  76.     altBox;
  77.     altMsg;
  78.     keypadCheck;
  79.     strictCheck;
  80.     };
  81.     SUPERCLASS = Object;
  82. };
  83. ShellController = {
  84.     ACTIONS = {
  85.     sourceDotLoginChanged:;
  86.     firstVisible:;
  87.     shellChanged:;
  88.     };
  89.     OUTLETS = {
  90.     shellForm;
  91.     sourceCheck;
  92.     };
  93.     SUPERCLASS = Object;
  94. };
  95. MiscController = {
  96.     ACTIONS = {
  97.     handleReturn:;
  98.     limitLines:;
  99.     unlimitLines:;
  100.     };
  101.     OUTLETS = {
  102.     linesLimited;
  103.     autoFocusCheck;
  104.     otherOptionsMatrix;
  105.     linesUnlimited;
  106.     wrapCheck;
  107.     okButton;
  108.     lineLimitField;
  109.     scrollbackEnableCheck;
  110.     };
  111.     SUPERCLASS = Object;
  112. };
  113. SizeAndFontController = {
  114.     ACTIONS = {
  115.     showDefault:;
  116.     setDefault:;
  117.     suggest:;
  118.     firstVisible:;
  119.     setStruct:;
  120.     setFont:;
  121.     setFromStruct:;
  122.     };
  123.     OUTLETS = {
  124.     fontDisplayField;
  125.     sizeForm;
  126.     };
  127.     SUPERCLASS = Object;
  128. };
  129. StartupController = {
  130.     ACTIONS = {
  131.     firstVisible:;
  132.     fastStartupChanged:;
  133.     pathWasSet:;
  134.     startupActionChanged:;
  135.     setPathRequest:;
  136.     };
  137.     OUTLETS = {
  138.     actionMatrix;
  139.     pathForm;
  140.     fastAutolaunchCheck;
  141.     };
  142.     SUPERCLASS = Object;
  143. };
  144. Preferences = {
  145.     ACTIONS = {
  146.     windowDidResignKey:;
  147.     revert:;
  148.     changePane:;
  149.     suggest:;
  150.     showPrefWindow:;
  151.     setDefaultX:;
  152.     handleReturnByProxy:;
  153.     windowDidBecomeKey:;
  154.     ok:;
  155.     showDefaultX:;
  156.     };
  157.     OUTLETS = {
  158.     okButton;
  159.     suggestButton;
  160.     miscPane;
  161.     revertButton;
  162.     processMonitorCntl;
  163.     shellCntl;
  164.     setDefaultButton;
  165.     startupCntl;
  166.     paneSelector;
  167.     currentTerminal;
  168.     windowPane;
  169.     titleBarPane;
  170.     processMonitorPane;
  171.     emulationPane;
  172.     startupPane;
  173.     windowCntl;
  174.     buttonMatrix;
  175.     installedPane;
  176.     titleBarCntl;
  177.     miscCntl;
  178.     window;
  179.     container;
  180.     showDefaultButton;
  181.     shellPane;
  182.     emulationCntl;
  183.     };
  184.     SUPERCLASS = Object;
  185. };
  186.