home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Lighthouse Design Suite
/
LIGHTHOUSE.mdf
/
WriteUp_1.2
/
Application
/
WriteUp.app
/
English.lproj
/
ParagraphInspector.nib
/
data.classes
next >
Wrap
Text File
|
1995-03-29
|
2KB
|
128 lines
TextStyleView = {
SUPERCLASS = View;
};
ParagraphInspector = {
ACTIONS = {
changeBullet:;
setStyleAfter:;
changeIndents:;
changeAlignment:;
decreaseWordSpace:;
increaseSpaceBefore:;
increaseSpaceBetween:;
changeColumnStart:;
decreaseLeading:;
increaseTracking:;
bulletDown:;
changeAutoKern:;
bulletRight:;
changeHyphenate:;
decreaseTracking:;
swapOut:;
decreaseSpaceAfter:;
increaseIndentLeft:;
setAutoleading:;
increaseIndentDeltaFirst:;
changeLineSpacing:;
decreaseSpaceBefore:;
setStyle:;
bulletZero:;
decreaseIndentLeft:;
decreaseSpaceBetween:;
changeParagraphSpacing:;
decreaseIndentRight:;
changeAutonumberLevel:;
bulletUp:;
increaseWordSpace:;
changeHangPunct:;
changeLigatures:;
fontPanel:;
setAlignmentFromMenu:;
init:;
increaseLeading:;
changeWordSpacing:;
updatePanel:;
increaseSpaceAfter:;
increaseIndentRight:;
bulletLeft:;
setLeadingFromMenu:;
changeWidowControl:;
changeTracking:;
changeFont:;
changeColor:;
decreaseIndentDeltaFirst:;
};
OUTLETS = {
leading;
fontField;
wordSpace;
autoKern;
textColor;
spaceBefore;
spaceAfter;
indentDeltaFirst;
lineSpacing;
hungPunctuation;
hyphenate;
bulletText;
alignment;
dummyPara;
stylePopupList;
currentStyleAfter;
styleAfterPopupButton;
indentLeft;
fontDelegate;
widowControl;
spaceBetween;
autoLeading;
currentNamedStyle;
ligatures;
autonumberLevel;
indentRight;
myUnitsInfo;
panelFont;
stylePopupButton;
tracking;
styleAfterPopupList;
startColumnTop;
};
SUPERCLASS = AfsInspector;
};
FirstResponder = {
ACTIONS = {
runParaStyles:;
};
SUPERCLASS = Object;
};
AfsInspector = {
ACTIONS = {
inspect:;
ok:;
init:;
};
OUTLETS = {
inspectorView;
};
SUPERCLASS = Object;
};
ItemStyleView = {
OUTLETS = {
myPanel;
};
SUPERCLASS = View;
};
AfsInspectorSwapPanel = {
ACTIONS = {
swapIn:;
inspect:;
ok:;
registerWith:;
revert:;
};
OUTLETS = {
firstText;
inspector;
};
SUPERCLASS = AfsSwapPanel;
};