home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextApps
/
Terminal.app
/
Italian.lproj
/
Preferences.nib
/
data.classes
next >
Wrap
Text File
|
1992-07-02
|
3KB
|
186 lines
SizeAndFontController = {
ACTIONS = {
showDefault:;
setDefault:;
suggest:;
firstVisible:;
setStruct:;
setFont:;
setFromStruct:;
1i;
OUTLETS = {
fontDisplayField;
sizeForm;
};
SUPERCLASS = Object;
};
WindowController = {
ACTIONS = {
setFontRequest:;
firstVisible:;
};
OUTLETS = {
fontTrap;
shellExitMatrix;
fontField;
sizeForm;
};
SUPERCLASS = Object;
};
FontTrap = {
ACTIONS = {
changeFont:;
};
OUTLETS = {
fontTarget;
targetProxy;
};
SUPERCLASS = View;
};
ProcessMonitorController = {
ACTIONS = {
enablementChanged:;
remove:;
cleanProcChanged:;
add:;
textDidGetKeys:;
runningBackgroundChanged:;
};
OUTLETS = {
checkMatrix;
cleanScrollView;
runningCleanCheck;
newCleanField;
removeButton;
monitorCheck;
fastAuditCheck;
shellsCleanCheck;
cleanMatrix;
addButton;
};
SUPERCLASS = Object;
};
TitleBarController = {
ACTIONS = {
customTitleChanged:;
titleBitsChanged:;
};
OUTLETS = {
fakeTitle;
elementMatrix;
titleForm;
prefObject;
};
SUPERCLASS = Object;
};
EmulationController = {
ACTIONS = {
firstVisible:;
suggest:;
showDefault:;
revert:;
};
OUTLETS = {
checkMatrix;
translateCheck;
altMatrix;
altBox;
altMsg;
keypadCheck;
strictCheck;
};
SUPERCLASS = Object;
};
ShellController = {
ACTIONS = {
sourceDotLoginChanged:;
firstVisible:;
shellChanged:;
};
OUTLETS = {
shellForm;
sourceCheck;
};
SUPERCLASS = Object;
};
MiscController = {
ACTIONS = {
handleReturn:;
limitLines:;
unlimitLines:;
};
OUTLETS = {
linesLimited;
autoFocusCheck;
otherOptionsMatrix;
linesUnlimited;
wrapCheck;
okButton;
lineLimitField;
scrollbackEnableCheck;
};
SUPERCLASS = Object;
};
StartupController = {
ACTIONS = {
firstVisible:;
fastStartupChanged:;
pathWasSet:;
startupActionChanged:;
setPathRequest:;
};
OUTLETS = {
actionMatrix;
pathForm;
fastAutolaunchCheck;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
Preferences = {
ACTIONS = {
windowDidResignKey:;
revert:;
changePane:;
suggest:;
showPrefWindow:;
setDefaultX:;
handleReturnByProxy:;
windowDidBecomeKey:;
ok:;
showDefaultX:;
};
OUTLETS = {
okButton;
suggestButton;
miscPane;
revertButton;
processMonitorCntl;
shellCntl;
setDefaultButton;
startupCntl;
paneSelector;
currentTerminal;
windowPane;
titleBarPane;
processMo1prPane;
emulationPane;
startupPane;
windowCntl;
buttonMatrix;
installedPane;
titleBarCntl;
miscCntl;
window;
container;
showDefaultButton;
shellPane;
emulationCntl;
};
SUPERCLASS = Object;
};