home *** CD-ROM | disk | FTP | other *** search
- LinkElementTool1 = {
- ACTIONS = {
- "cancel:" = "cancel:";
- "doIt:" = "doIt:";
- "jumpToReal:" = "jumpToReal:";
- "makeCopy:" = "makeCopy:";
- "ok:" = "ok:";
- };
- OUTLETS = {
- adjustSize = adjustSize;
- copyButton = copyButton;
- jumpButton = jumpButton;
- linkButton = linkButton;
- myElementName = myElementName;
- myElementPage = myElementPage;
- myElementType = myElementType;
- };
- SUPERCLASS = Tool;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Tool = {
- OUTLETS = {fixElement = fixElement; myElement = myElement; myPanel = myPanel; };
- SUPERCLASS = Object;
- };
-