home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Lighthouse Design Suite
/
LIGHTHOUSE.mdf
/
WriteUp_1.2
/
Application
/
WriteUp.app
/
English.lproj
/
Info.nib
/
data.classes
next >
Wrap
Text File
|
1995-05-02
|
1KB
|
39 lines
FadeView = {
ACTIONS = {
"start:" = "start:";
"stop:" = "stop:";
"takeIncrementFrom:" = "takeIncrementFrom:";
"takePauseDurationFrom:" = "takePauseDurationFrom:";
"takeRandomizeFrom:" = "takeRandomizeFrom:";
"takeShowMethodFrom:" = "takeShowMethodFrom:";
"toggle:" = "toggle:";
};
OUTLETS = {
increment = increment;
label = label;
methodType = methodType;
pauseLength = pauseLength;
pics = pics;
randomize = randomize;
};
SUPERCLASS = View;
};
WriteUpInfoPanel = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = PanelInfo; };
FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
PanelInfo = {
ACTIONS = {"makeKeyAndOrderFront:" = "makeKeyAndOrderFront:"; };
OUTLETS = {
licenseKey = licenseKey;
myInfoPanel = myInfoPanel;
panel = panel;
versionText = versionText;
};
SUPERCLASS = Panel;
};
PasteUp = {OUTLETS = {infoPanel = infoPanel; }; SUPERCLASS = Object; };
WriteUp = {
ACTIONS = {"appDidInit:" = "appDidInit:"; };
OUTLETS = {};
SUPERCLASS = PasteUp;
};