home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Lighthouse Design Suite
/
LIGHTHOUSE.mdf
/
WriteUp_1.2
/
Application
/
WriteUp.app
/
English.lproj
/
LinksPanel.nib
/
data.classes
< prev
next >
Wrap
Text File
|
1995-01-19
|
872b
|
71 lines
LinksPanel = {
ACTIONS = {
windowWillResize:;
ok:;
init:;
revert:;
};
OUTLETS = {
inspector;
};
SUPERCLASS = Panel;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
PasteUp = {
OUTLETS = {
linksPanel;
};
SUPERCLASS = Object;
};
WriteUp = {
ACTIONS = {
appDidInit:;
};
OUTLETS = {
};
SUPERCLASS = PasteUp;
};
LinksInspector = {
ACTIONS = {
inspect:;
openFile:;
showSelection:;
init:;
previousItem:;
ok:;
break:;
replaceFile:;
singleAction:;
nextItem:;
sort:;
doubleAction:;
};
OUTLETS = {
scrollView;
openButton;
entrySize;
updateList;
iconImage;
breakButton;
matrix;
entryChange;
iconButton;
entryButton;
entryBox;
view;
replaceButton;
fileTitle;
entryPage;
sortPopup;
pathField;
window;
pathTitle;
entryName;
};
SUPERCLASS = Object;
};