home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Demos
/
DDMViewer.app
/
English.lproj
/
XPRViewer.nib
/
data.classes
next >
Wrap
Text File
|
1993-08-26
|
805b
|
61 lines
ScrollViewDm = {
ACTIONS = {
initScrollView:;
};
OUTLETS = {
scrollView;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
XPRWindow = {
ACTIONS = {
clearWindow:;
disable:;
list:;
newDeviceName:;
initWindow:;
clearBuffer:;
setRelative:;
setEnableCpu:;
enable:;
registerMaskPanel:;
listAbort:;
};
OUTLETS = {
deviceName;
scrollView;
hostName;
listButton;
};
SUPERCLASS = Window;
};
XPRViewer = {
ACTIONS = {
appDidInit:;
openPanel:;
windowWillClose:;
registerMaskPanel:;
};
OUTLETS = {
viewerWindow;
};
SUPERCLASS = Application;
};
MaskPanel = {
ACTIONS = {
init:;
};
OUTLETS = {
theMatrix;
theViewer;
ErrorAlert;
theWindow;
};
SUPERCLASS = Object;
};