home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextApps / Terminal.app / Spanish.lproj / Terminal.nib / data.classes next >
Encoding:
Text File  |  1995-04-19  |  3.2 KB  |  119 lines

  1. FontTrap = {
  2.     ACTIONS = {"changeFont:" = "changeFont:"; }; 
  3.     OUTLETS = {fontTarget = fontTarget; }; 
  4.     SUPERCLASS = View; 
  5. };
  6. StuartApp = {
  7.     ACTIONS = {
  8.     "appDidInit:" = "appDidInit:"; 
  9.     "appWillTerminate:" = "appWillTerminate:"; 
  10.     "info:" = "info:"; 
  11.     "monStart:" = "monStart:"; 
  12.     "monStop:" = "monStop:"; 
  13.     "new:" = "new:"; 
  14.     "newCommand:" = "newCommand:"; 
  15.     "newCommandOK:" = "newCommandOK:"; 
  16.     "open:" = "open:"; 
  17.     "openLibraryTerm:" = "openLibraryTerm:"; 
  18.     "preferences:" = "preferences:"; 
  19.     "printPSCode:" = "printPSCode:"; 
  20.     "quickTitle:" = "quickTitle:"; 
  21.     "quickTitleCancel:" = "quickTitleCancel:"; 
  22.     "quickTitleOK:" = "quickTitleOK:"; 
  23.     "save:" = "save:"; 
  24.     "saveAllAs:" = "saveAllAs:"; 
  25.     "saveAs:" = "saveAs:"; 
  26.     "showServiceManager:" = "showServiceManager:"; 
  27.     }; 
  28.     OUTLETS = {
  29.     autoOpenBox = autoOpenBox; 
  30.     dirtMonitor = dirtMonitor; 
  31.     document = document; 
  32.     libraryMenu = libraryMenu; 
  33.     newCommandForm = newCommandForm; 
  34.     newCommandWindow = newCommandWindow; 
  35.     prefManager = prefManager; 
  36.     quickTitleForm = quickTitleForm; 
  37.     quickTitlePanel = quickTitlePanel; 
  38.     saveAccessory = saveAccessory; 
  39.     serviceCache = serviceCache; 
  40.     serviceManager = serviceManager; 
  41.     }; 
  42.     SUPERCLASS = Application; 
  43. };
  44. Preferences = {
  45.     ACTIONS = {"preferences:" = "preferences:"; }; 
  46.     OUTLETS = {
  47.     altRadio = altRadio; 
  48.     columnForm = columnForm; 
  49.     emulationSwitches = emulationSwitches; 
  50.     fontName = fontName; 
  51.     fontSize = fontSize; 
  52.     noteBox = noteBox; 
  53.     rowForm = rowForm; 
  54.     shellName = shellName; 
  55.     sourceDotLogin = sourceDotLogin; 
  56.     winSwitches = winSwitches; 
  57.     }; 
  58.     SUPERCLASS = Object; 
  59. };
  60. FirstResponder = {
  61.     ACTIONS = {
  62.     "barfage:" = "barfage:"; 
  63.     "clearScrollback:" = "clearScrollback:"; 
  64.     "debugToggle:" = "debugToggle:"; 
  65.     "jumpToSelection:" = "jumpToSelection:"; 
  66.     }; 
  67.     SUPERCLASS = Object; 
  68. };
  69. FindPanel = {
  70.     ACTIONS = {
  71.     "enterSelection:" = "enterSelection:"; 
  72.     "findNext:" = "findNext:"; 
  73.     "findPanel:" = "findPanel:"; 
  74.     "findPrevious:" = "findPrevious:"; 
  75.     }; 
  76.     OUTLETS = {findPanel = findPanel; }; 
  77.     SUPERCLASS = Object; 
  78. };
  79. TerminalApp = {
  80.     ACTIONS = {
  81.     "appDidInit:" = "appDidInit:"; 
  82.     "appWillTerminate:" = "appWillTerminate:"; 
  83.     "info:" = "info:"; 
  84.     "monStart:" = "monStart:"; 
  85.     "monStop:" = "monStop:"; 
  86.     "new:" = "new:"; 
  87.     "newCommand:" = "newCommand:"; 
  88.     "newCommandOK:" = "newCommandOK:"; 
  89.     "open:" = "open:"; 
  90.     "openLibraryTerm:" = "openLibraryTerm:"; 
  91.     "preferences:" = "preferences:"; 
  92.     "printPSCode:" = "printPSCode:"; 
  93.     "quickTitle:" = "quickTitle:"; 
  94.     "quickTitleCancel:" = "quickTitleCancel:"; 
  95.     "quickTitleOK:" = "quickTitleOK:"; 
  96.     "save:" = "save:"; 
  97.     "saveAllAs:" = "saveAllAs:"; 
  98.     "saveAs:" = "saveAs:"; 
  99.     "showServiceManager:" = "showServiceManager:"; 
  100.     }; 
  101.     OUTLETS = {
  102.     autoOpenBox = autoOpenBox; 
  103.     dirtMonitor = dirtMonitor; 
  104.     document = document; 
  105.     libraryMenu = libraryMenu; 
  106.     newCommandForm = newCommandForm; 
  107.     newCommandWindow = newCommandWindow; 
  108.     prefManager = prefManager; 
  109.     quickTitleForm = quickTitleForm; 
  110.     quickTitlePanel = quickTitlePanel; 
  111.     saveAccessory = saveAccessory; 
  112.     saveHowMany = saveHowMany; 
  113.     serviceCache = serviceCache; 
  114.     serviceManager = serviceManager; 
  115.     serviceProvider = serviceProvider; 
  116.     }; 
  117.     SUPERCLASS = Application; 
  118. };
  119.