home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep 4.0 (User)
/
OS_user_4.0.iso
/
NextAdmin
/
Configure.app
/
Spanish.lproj
/
Configure.nib
/
data.classes
next >
Wrap
Text File
|
1996-03-15
|
859b
|
30 lines
InfoController = {
ACTIONS = {"animate:" = "animate:"; };
OUTLETS = {boingAnimator = boingAnimator; controlButton = controlButton; };
SUPERCLASS = Object;
};
ConfigureApp = {ACTIONS = {"installDriver:" = "installDriver:"; }; SUPERCLASS = Application; };
Animator = {
ACTIONS = {"reset:" = "reset:"; "start:" = "start:"; "stop:" = "stop:"; };
OUTLETS = {delegate = delegate; };
SUPERCLASS = View;
};
Configurator = {
ACTIONS = {
"categoryChosen:" = "categoryChosen:";
"createBootDisk:" = "createBootDisk:";
"editTable:" = "editTable:";
"save:" = "save:";
};
OUTLETS = {
alldevices = alldevices;
buttons = buttons;
infotext = infotext;
summaryView = summaryView;
typematrix = typematrix;
window = window;
};
SUPERCLASS = Object;
};
FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };