home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Tool = {
- ACTIONS = {
- "alignSelCenter:" = "alignSelCenter:";
- "alignSelLeft:" = "alignSelLeft:";
- "alignSelLeftAndRight:" = "alignSelLeftAndRight:";
- "alignSelRight:" = "alignSelRight:";
- "changeFont:" = "changeFont:";
- "connectTo:" = "connectTo:";
- "copy:" = "copy:";
- "copyFont:" = "copyFont:";
- "copyRuler:" = "copyRuler:";
- "cut:" = "cut:";
- "deselectAll:" = "deselectAll:";
- "linkTo:" = "linkTo:";
- "paste:" = "paste:";
- "pasteFont:" = "pasteFont:";
- "pasteRuler:" = "pasteRuler:";
- "selectAll:" = "selectAll:";
- "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;
- myElement = myElement;
- myPanel = myPanel;
- sList = sList;
- };
- SUPERCLASS = Object;
- };
- TMSLedgerGridTool = {
- ACTIONS = {
- "createGrid:" = "createGrid:";
- "functionChanged:" = "functionChanged:";
- "gridChanged:" = "gridChanged:";
- "revert:" = "revert:";
- };
- OUTLETS = {
- colorBox = colorBox;
- existBox = existBox;
- gridHeightBox = gridHeightBox;
- gridOrigXBox = gridOrigXBox;
- gridOrigYBox = gridOrigYBox;
- gridWidthBox = gridWidthBox;
- snapBox = snapBox;
- visibleBox = visibleBox;
- };
- SUPERCLASS = Tool;
- };
-