home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextApps
/
Terminal.app
/
Italian.lproj
/
Terminal.nib
/
data.classes
next >
Wrap
Text File
|
1992-07-01
|
2KB
|
126 lines
TerminalApp = {
ACTIONS = {
appWillTerminate:;
open:;
save:;
saveAs:;
showServiceManager:;
newCommand:;
monStart:;
quickTitleOK:;
appDidInit:;
quickTitleCancel:;
printPSCode:;
newCommandOK:;
new:;
saveAllAs:;
info:;
quickTitle:;
preferences:;
monStop:;
openLibraryTerm:;
};
OUTLETS = {
newCommandForm;
serviceProvider;
saveHowMany;
quickTitlePanel;
newCommandWindow;
prefManager;
quickTitleForm;
autoOpenBox;
dirtMonitor;
serviceCache;
libraryMenu;
serviceManager;
document;
saveAccessory;
};
SUPERCLASS = Application;
};
FontTrap = {
ACTIONS = {
changeFont:;
};
OUTLETS = {
fontTarget;
};
SUPERCLASS = View;
};
FirstResponder = {
ACTIONS = {
clearScrollback:;
debugToggle:;
barfage:;
jumpToSelection:;
};
SUPERCLASS = Object;
};
StuartApp = {
ACTIONS = {
appWillTerminate:;
open:;
save:;
saveAs:;
showServiceManager:;
newCommand:;
monStart:;
quickTitleOK:;
appDidInit:;
quickTitleCancel:;
printPSCode:;
newCommandOK:;
new:;
saveAllAs:;
info:VWuickTitle:;
preferences:;
monStop:;
openLibraryTerm:;
};
OUTLETS = {
serviceManager;
serviceCache;
libraryMenu;
document;
dirtMonitor;
quickTitleForm;
newCommandWindow;
autoOpenBox;
quickTitlePanel;
newCommandForm;
prefManager;
saveAccessory;
};
SUPERCLASS = Application;
};
FindPanel = {
ACTIONS = {
enterSelection:;
findPanel:;
findNext:;
findPrevious:;
};
OUTLETS = {
findPanel;
};
SUPERCLASS = Object;
};
Preferences = {
ACTIONS = {
preferences:;
};
OUTLETS = {
shellName;
rowForm;
altRadio;
sourceDotLogin;
fontSize;
noteBox;
columnForm;
fontName;
winSwitches;
emulationSwitches;
};
SUPERCLASS = Object;
};