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

  1. TextTool = {
  2.     ACTIONS = {}; 
  3.     OUTLETS = {
  4.     fontPanelAccessory = fontPanelAccessory; 
  5.     theAccessoryView = theAccessoryView; 
  6.     unknownFontText = unknownFontText; 
  7.     }; 
  8.     SUPERCLASS = Tool; 
  9. };
  10. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  11. Tool = {
  12.     ACTIONS = {
  13.     "alignSelCenter:" = "alignSelCenter:"; 
  14.     "alignSelLeft:" = "alignSelLeft:"; 
  15.     "alignSelLeftAndRight:" = "alignSelLeftAndRight:"; 
  16.     "alignSelRight:" = "alignSelRight:"; 
  17.     "changeFont:" = "changeFont:"; 
  18.     "changeSpelling:" = "changeSpelling:"; 
  19.     "checkSpelling:" = "checkSpelling:"; 
  20.     "connectTo:" = "connectTo:"; 
  21.     "copy:" = "copy:"; 
  22.     "copyFont:" = "copyFont:"; 
  23.     "copyRuler:" = "copyRuler:"; 
  24.     "cut:" = "cut:"; 
  25.     "deselectAll:" = "deselectAll:"; 
  26.     "linkTo:" = "linkTo:"; 
  27.     "paste:" = "paste:"; 
  28.     "pasteFont:" = "pasteFont:"; 
  29.     "pasteRuler:" = "pasteRuler:"; 
  30.     "selectAll:" = "selectAll:"; 
  31.     "showToolPanel:" = "showToolPanel:"; 
  32.     "subscript:" = "subscript:"; 
  33.     "superscript:" = "superscript:"; 
  34.     "toggleRuler:" = "toggleRuler:"; 
  35.     "underline:" = "underline:"; 
  36.     "unscript:" = "unscript:"; 
  37.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  38.     "windowDidMove:" = "windowDidMove:"; 
  39.     "windowDidResignKey:" = "windowDidResignKey:"; 
  40.     "windowWillClose:" = "windowWillClose:"; 
  41.     }; 
  42.     OUTLETS = {
  43.     defaultElement = defaultElement; 
  44.     fixElement = fixElement; 
  45.     infoPanel = infoPanel; 
  46.     myPanel = myPanel; 
  47.     sList = sList; 
  48.     }; 
  49.     SUPERCLASS = Object; 
  50. };
  51.