home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / DTPElement.1Vmod / TMSAnkerTool.nib / data.classes next >
Encoding:
Text File  |  1996-11-12  |  2.0 KB  |  68 lines

  1. TextTool = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Tool; };
  2. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  3. Tool = {
  4.     ACTIONS = {
  5.     "alignSelCenter:" = "alignSelCenter:"; 
  6.     "alignSelLeft:" = "alignSelLeft:"; 
  7.     "alignSelLeftAndRight:" = "alignSelLeftAndRight:"; 
  8.     "alignSelRight:" = "alignSelRight:"; 
  9.     "changeFont:" = "changeFont:"; 
  10.     "changeSpelling:" = "changeSpelling:"; 
  11.     "checkSpelling:" = "checkSpelling:"; 
  12.     "connectTo:" = "connectTo:"; 
  13.     "copy:" = "copy:"; 
  14.     "copyFont:" = "copyFont:"; 
  15.     "copyRuler:" = "copyRuler:"; 
  16.     "cut:" = "cut:"; 
  17.     "deselectAll:" = "deselectAll:"; 
  18.     "linkTo:" = "linkTo:"; 
  19.     "paste:" = "paste:"; 
  20.     "pasteFont:" = "pasteFont:"; 
  21.     "pasteRuler:" = "pasteRuler:"; 
  22.     "selectAll:" = "selectAll:"; 
  23.     "showToolPanel:" = "showToolPanel:"; 
  24.     "subscript:" = "subscript:"; 
  25.     "superscript:" = "superscript:"; 
  26.     "toggleRuler:" = "toggleRuler:"; 
  27.     "underline:" = "underline:"; 
  28.     "unscript:" = "unscript:"; 
  29.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  30.     "windowDidMove:" = "windowDidMove:"; 
  31.     "windowDidResignKey:" = "windowDidResignKey:"; 
  32.     "windowWillClose:" = "windowWillClose:"; 
  33.     }; 
  34.     OUTLETS = {
  35.     defaultElement = defaultElement; 
  36.     fixElement = fixElement; 
  37.     infoPanel = infoPanel; 
  38.     myElement = myElement; 
  39.     myPanel = myPanel; 
  40.     sList = sList; 
  41.     }; 
  42.     SUPERCLASS = Object; 
  43. };
  44. TMSAnkerTool = {
  45.     ACTIONS = {
  46.     "button1:" = "button1:"; 
  47.     "createVerweis:" = "createVerweis:"; 
  48.     "jumpToAnchor:" = "jumpToAnchor:"; 
  49.     "switchChanged:" = "switchChanged:"; 
  50.     }; 
  51.     OUTLETS = {
  52.     createVerweisButton = createVerweisButton; 
  53.     fixToLeftSwitch = fixToLeftSwitch; 
  54.     fixToTopSwitch = fixToTopSwitch; 
  55.     flipSideSwitch = flipSideSwitch; 
  56.     flowOverFrameEndSwitch = flowOverFrameEndSwitch; 
  57.     jumpButton = jumpButton; 
  58.     myElementName = myElementName; 
  59.     myElementPage = myElementPage; 
  60.     myElementType = myElementType; 
  61.     selectList = selectList; 
  62.     textFlowsAroundSwitch = textFlowsAroundSwitch; 
  63.     xChangeableSwitch = xChangeableSwitch; 
  64.     yChangeableSwitch = yChangeableSwitch; 
  65.     }; 
  66.     SUPERCLASS = TextTool; 
  67. };
  68.