home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3.4.17 [SPARC, PA-RISC]
/
nextstep33_risc.iso
/
NextApps
/
Preferences.app
/
Loginwindow.preferences
/
Swedish.lproj
/
Loginwindow.nib
/
data.classes
next >
Wrap
Text File
|
1994-08-29
|
1KB
|
44 lines
LoginwindowPref = {
ACTIONS = {
"disableHostname:" = "(id)(id)";
"disablePowerOff:" = "(id)(id)";
"setCustomAuthenticator:" = "(id)(id)";
"setCustomLoginUI:" = "(id)(id)";
"setCustomScreenSaver:" = "(id)(id)";
"setLoginHook:" = "(id)(id)";
"setLogoutHook:" = "(id)(id)";
"setTimeToDim:" = "(id)(id)";
};
OUTLETS = {
authenticatorField = authenticatorField;
hostnameSwitch = hostnameSwitch;
loginHookField = loginHookField;
loginStrings = loginStrings;
loginUIField = loginUIField;
logoutHookField = logoutHookField;
powerSwitch = powerSwitch;
screenSaverField = screenSaverField;
timeToDimField = timeToDimField;
timeToDimSlider = timeToDimSlider;
window = window;
};
SUPERCLASS = Layout;
};
FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
Layout = {OUTLETS = {view = view; }; SUPERCLASS = Object; };
Clock = {
ACTIONS = {
"decreaseDay:" = "decreaseDay:";
"decreaseHour:" = "decreaseHour:";
"decreaseMinute:" = "decreaseMinute:";
"decreaseSecond:" = "decreaseSecond:";
"increaseDay:" = "increaseDay:";
"increaseHour:" = "increaseHour:";
"increaseMinute:" = "increaseMinute:";
"increaseSecond:" = "increaseSecond:";
"startClock:" = "startClock:";
"stopClock:" = "stopClock:";
};
SUPERCLASS = View;
};