home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / DTPElement.1Vmod / OVSelCharTool.nib / data.classes < prev    next >
Encoding:
Text File  |  1996-11-12  |  3.0 KB  |  91 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.     myPanel = myPanel; 
  39.     sList = sList; 
  40.     }; 
  41.     SUPERCLASS = Object; 
  42. };
  43. OVSelCharTool = {
  44.     ACTIONS = {
  45.     "setDistBaseline:" = "setDistBaseline:"; 
  46.     "setDistChar:" = "setDistChar:"; 
  47.     "setDistWord:" = "setDistWord:"; 
  48.     "setFixSpace:" = "setFixSpace:"; 
  49.     "setFontAngle:" = "setFontAngle:"; 
  50.     "setFontColor:" = "setFontColor:"; 
  51.     "setFontSize:" = "setFontSize:"; 
  52.     "setHyphenation:" = "setHyphenation:"; 
  53.     "setKerning:" = "setKerning:"; 
  54.     "setLigatures:" = "setLigatures:"; 
  55.     "setOutlineColor:" = "setOutlineColor:"; 
  56.     "setOutlineWidth:" = "setOutlineWidth:"; 
  57.     "setStretchHor:" = "setStretchHor:"; 
  58.     "setStretchVer:" = "setStretchVer:"; 
  59.     "setUl:" = "setUl:"; 
  60.     "setUlColor:" = "setUlColor:"; 
  61.     "setUlInterrupt:" = "setUlInterrupt:"; 
  62.     "setUlPos:" = "setUlPos:"; 
  63.     "setUlThicknes:" = "setUlThicknes:"; 
  64.     }; 
  65.     OUTLETS = {
  66.     ovcDistBaselineUnitField = ovcDistBaselineUnitField; 
  67.     ovcDistCharUnitField = ovcDistCharUnitField; 
  68.     ovcDistWordUnitField = ovcDistWordUnitField; 
  69.     ovcFixSpaceSwitch = ovcFixSpaceSwitch; 
  70.     ovcFontAngle = ovcFontAngle; 
  71.     ovcFontColorWell = ovcFontColorWell; 
  72.     ovcFontFamilieTextField = ovcFontFamilieTextField; 
  73.     ovcFontSizeUnitField = ovcFontSizeUnitField; 
  74.     ovcHyphenSwitch = ovcHyphenSwitch; 
  75.     ovcKerningSwitch = ovcKerningSwitch; 
  76.     ovcLanguageButton = ovcLanguageButton; 
  77.     ovcLanguagePopUpList = ovcLanguagePopUpList; 
  78.     ovcLigaturesSwitch = ovcLigaturesSwitch; 
  79.     ovcOutlineColorWell = ovcOutlineColorWell; 
  80.     ovcOutlineUnitField = ovcOutlineUnitField; 
  81.     ovcStretchHorUnitField = ovcStretchHorUnitField; 
  82.     ovcStretchVerUnitField = ovcStretchVerUnitField; 
  83.     ovcUlColorWell = ovcUlColorWell; 
  84.     ovcUlInterruptSwitch = ovcUlInterruptSwitch; 
  85.     ovcUlPosUnitField = ovcUlPosUnitField; 
  86.     ovcUlSwitch = ovcUlSwitch; 
  87.     ovcUlThickUnitField = ovcUlThickUnitField; 
  88.     }; 
  89.     SUPERCLASS = TextTool; 
  90. };
  91.