home *** CD-ROM | disk | FTP | other *** search
- Element = {
- SUPERCLASS = Object;
- };
- VektorElement = {
- SUPERCLASS = Element;
- };
- Tool = {
- OUTLETS = {
- fixElement;
- myElement;
- myPanel;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- JustifiedTextTool1 = {
- ACTIONS = {
- revert:;
- newFill:;
- newPerimeter:;
- convertToDTP:;
- convertToVektor:;
- newPath:;
- newLineColor:;
- newCharJustification:;
- newClipType:;
- newStrokeAttributes:;
- newTextColor:;
- };
- OUTLETS = {
- clipMenu;
- fillSwitch;
- toDTPButton;
- perimeterSwitch;
- lColorWell;
- strokeAttributesWell;
- tColorWell;
- linkButton;
- toVektorButton;
- charjustificationMatrix;
- pathReverseSwitch;
- };
- SUPERCLASS = Tool;
- };
- ImageElement = {
- SUPERCLASS = Element;
- };
-