home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Lighthouse Design Suite
/
LIGHTHOUSE.mdf
/
WriteUp_1.2
/
Application
/
WriteUp.app
/
English.lproj
/
PanelImport.nib
/
data.classes
< prev
next >
Wrap
Text File
|
1994-01-10
|
417b
|
34 lines
WriteUp = {
ACTIONS = {
appDidInit:;
};
OUTLETS = {
};
SUPERCLASS = PasteUp;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
PasteUp = {
OUTLETS = {
importPanel;
};
SUPERCLASS = Object;
};
PanelImport = {
ACTIONS = {
copy:;
cancel:;
ok:;
};
OUTLETS = {
importScale;
importCenter;
importAbove;
importLock;
};
SUPERCLASS = Panel;
};