home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Demos
/
DDMViewer.app
/
English.lproj
/
MaskPanel.nib
/
data.classes
next >
Wrap
Text File
|
1993-08-26
|
466b
|
36 lines
XPRViewer = {
ACTIONS = {
appDidInit:;
openPanel:;
windowWillClose:;
registerMaskPanel:;
};
OUTLETS = {
viewerWindow;
};
SUPERCLASS = Application;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
ErrorPanel = {
ACTIONS = {
Proceed:;
};
SUPERCLASS = Panel;
};
MaskPanel = {
ACTIONS = {
init:;
};
OUTLETS = {
theMatrix;
theViewer;
ErrorAlert;
theWindow;
};
SUPERCLASS = Object;
};