home *** CD-ROM | disk | FTP | other *** search
- TextTool = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Tool; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Tool = {
- ACTIONS = {
- "alignSelCenter:" = "alignSelCenter:";
- "alignSelLeft:" = "alignSelLeft:";
- "alignSelLeftAndRight:" = "alignSelLeftAndRight:";
- "alignSelRight:" = "alignSelRight:";
- "changeFont:" = "changeFont:";
- "changeSpelling:" = "changeSpelling:";
- "checkSpelling:" = "checkSpelling:";
- "connectTo:" = "connectTo:";
- "copy:" = "copy:";
- "copyFont:" = "copyFont:";
- "copyRuler:" = "copyRuler:";
- "cut:" = "cut:";
- "deselectAll:" = "deselectAll:";
- "linkTo:" = "linkTo:";
- "paste:" = "paste:";
- "pasteFont:" = "pasteFont:";
- "pasteRuler:" = "pasteRuler:";
- "selectAll:" = "selectAll:";
- "showToolPanel:" = "showToolPanel:";
- "subscript:" = "subscript:";
- "superscript:" = "superscript:";
- "toggleRuler:" = "toggleRuler:";
- "underline:" = "underline:";
- "unscript:" = "unscript:";
- "windowDidBecomeKey:" = "windowDidBecomeKey:";
- "windowDidMove:" = "windowDidMove:";
- "windowDidResignKey:" = "windowDidResignKey:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {
- defaultElement = defaultElement;
- fixElement = fixElement;
- infoPanel = infoPanel;
- myPanel = myPanel;
- sList = sList;
- };
- SUPERCLASS = Object;
- };
- OVSelCharTool = {
- ACTIONS = {
- "setDistBaseline:" = "setDistBaseline:";
- "setDistChar:" = "setDistChar:";
- "setDistWord:" = "setDistWord:";
- "setFixSpace:" = "setFixSpace:";
- "setFontAngle:" = "setFontAngle:";
- "setFontColor:" = "setFontColor:";
- "setFontSize:" = "setFontSize:";
- "setHyphenation:" = "setHyphenation:";
- "setKerning:" = "setKerning:";
- "setLigatures:" = "setLigatures:";
- "setOutlineColor:" = "setOutlineColor:";
- "setOutlineWidth:" = "setOutlineWidth:";
- "setStretchHor:" = "setStretchHor:";
- "setStretchVer:" = "setStretchVer:";
- "setUl:" = "setUl:";
- "setUlColor:" = "setUlColor:";
- "setUlInterrupt:" = "setUlInterrupt:";
- "setUlPos:" = "setUlPos:";
- "setUlThicknes:" = "setUlThicknes:";
- };
- OUTLETS = {
- ovcDistBaselineUnitField = ovcDistBaselineUnitField;
- ovcDistCharUnitField = ovcDistCharUnitField;
- ovcDistWordUnitField = ovcDistWordUnitField;
- ovcFixSpaceSwitch = ovcFixSpaceSwitch;
- ovcFontAngle = ovcFontAngle;
- ovcFontColorWell = ovcFontColorWell;
- ovcFontFamilieTextField = ovcFontFamilieTextField;
- ovcFontSizeUnitField = ovcFontSizeUnitField;
- ovcHyphenSwitch = ovcHyphenSwitch;
- ovcKerningSwitch = ovcKerningSwitch;
- ovcLanguageButton = ovcLanguageButton;
- ovcLanguagePopUpList = ovcLanguagePopUpList;
- ovcLigaturesSwitch = ovcLigaturesSwitch;
- ovcOutlineColorWell = ovcOutlineColorWell;
- ovcOutlineUnitField = ovcOutlineUnitField;
- ovcStretchHorUnitField = ovcStretchHorUnitField;
- ovcStretchVerUnitField = ovcStretchVerUnitField;
- ovcUlColorWell = ovcUlColorWell;
- ovcUlInterruptSwitch = ovcUlInterruptSwitch;
- ovcUlPosUnitField = ovcUlPosUnitField;
- ovcUlSwitch = ovcUlSwitch;
- ovcUlThickUnitField = ovcUlThickUnitField;
- };
- SUPERCLASS = TextTool;
- };
-