home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.2J
/
os42j.iso
/
NextDeveloper
/
Demos
/
OpenSesame.app
/
Japanese.lproj
/
OpenSesame.nib
/
data.classes
next >
Wrap
Text File
|
1996-10-07
|
650b
|
21 lines
RemoteHostPicker = {
ACTIONS = {"cancel:" = "cancel:"; "ok:" = "ok:"; "promptForAHost:" = "promptForAHost:"; };
OUTLETS = {hostText = hostText; theWindow = theWindow; };
SUPERCLASS = Object;
};
FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
Controller = {
ACTIONS = {
"appDidInit:" = "appDidInit:";
"showInfo:" = "showInfo:";
"showSelectHosts:" = "showSelectHosts:";
};
OUTLETS = {hostPicker = hostPicker; infoPanel = infoPanel; proc = proc; };
SUPERCLASS = Object;
};
Subprocess = {
ACTIONS = {"terminate:" = "terminate:"; };
OUTLETS = {delegate = delegate; };
SUPERCLASS = Object;
};