home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Lighthouse Design Suite
/
LIGHTHOUSE.mdf
/
WriteUp_1.2
/
Application
/
WriteUp.app
/
English.lproj
/
GraphicsInspector.nib
/
data.classes
< prev
next >
Wrap
Text File
|
1995-03-13
|
1KB
|
84 lines
AfsInspector = {
ACTIONS = {
inspect:;
ok:;
init:;
};
OUTLETS = {
inspectorView;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
sendToBack:;
popForward:;
pushBackward:;
bringToFront:;
runGraphicStyles:;
};
SUPERCLASS = Object;
};
GraphicsInspector = {
ACTIONS = {
decreaseStandoffLeft:;
swapOut:;
applyStyle:;
nudgeLineWidth:;
changeFillColor:;
init:;
changeLineWidth:;
ok:;
changeFill:;
setFlowSide:;
runaroundToggle:;
changeLine:;
lock:;
rotateItem:;
changeName:;
changeLineColor:;
changeLineWidthFromPopup:;
increaseStandoffLeft:;
changeFillPattern:;
};
OUTLETS = {
rotateClockwiseButton;
widthField;
widthPullDown;
lineButton;
currentStyle;
iconButton;
fillColor;
drawView;
runaround;
rotateCounterButton;
fillButton;
nameField;
fileTitle;
standoffLeft;
stylePopupButton;
pathField;
rotationField;
oldStyle;
scaleField;
lineColor;
stylePopupList;
lockButton;
};
SUPERCLASS = AfsInspector;
};
AfsInspectorSwapPanel = {
ACTIONS = {
swapIn:;
inspect:;
ok:;
registerWith:;
revert:;
};
OUTLETS = {
firstText;
inspector;
};
SUPERCLASS = AfsSwapPanel;
};