home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / TMSLedgerElement.1Vmod / TMSLedgerGridTool.nib / data.classes < prev    next >
Encoding:
Text File  |  1996-11-12  |  1.6 KB  |  59 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. Tool = {
  3.     ACTIONS = {
  4.     "alignSelCenter:" = "alignSelCenter:"; 
  5.     "alignSelLeft:" = "alignSelLeft:"; 
  6.     "alignSelLeftAndRight:" = "alignSelLeftAndRight:"; 
  7.     "alignSelRight:" = "alignSelRight:"; 
  8.     "changeFont:" = "changeFont:"; 
  9.     "connectTo:" = "connectTo:"; 
  10.     "copy:" = "copy:"; 
  11.     "copyFont:" = "copyFont:"; 
  12.     "copyRuler:" = "copyRuler:"; 
  13.     "cut:" = "cut:"; 
  14.     "deselectAll:" = "deselectAll:"; 
  15.     "linkTo:" = "linkTo:"; 
  16.     "paste:" = "paste:"; 
  17.     "pasteFont:" = "pasteFont:"; 
  18.     "pasteRuler:" = "pasteRuler:"; 
  19.     "selectAll:" = "selectAll:"; 
  20.     "subscript:" = "subscript:"; 
  21.     "superscript:" = "superscript:"; 
  22.     "toggleRuler:" = "toggleRuler:"; 
  23.     "underline:" = "underline:"; 
  24.     "unscript:" = "unscript:"; 
  25.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  26.     "windowDidMove:" = "windowDidMove:"; 
  27.     "windowDidResignKey:" = "windowDidResignKey:"; 
  28.     "windowWillClose:" = "windowWillClose:"; 
  29.     }; 
  30.     OUTLETS = {
  31.     defaultElement = defaultElement; 
  32.     fixElement = fixElement; 
  33.     infoPanel = infoPanel; 
  34.     myElement = myElement; 
  35.     myPanel = myPanel; 
  36.     sList = sList; 
  37.     }; 
  38.     SUPERCLASS = Object; 
  39. };
  40. TMSLedgerGridTool = {
  41.     ACTIONS = {
  42.     "createGrid:" = "createGrid:"; 
  43.     "functionChanged:" = "functionChanged:"; 
  44.     "gridChanged:" = "gridChanged:"; 
  45.     "revert:" = "revert:"; 
  46.     }; 
  47.     OUTLETS = {
  48.     colorBox = colorBox; 
  49.     existBox = existBox; 
  50.     gridHeightBox = gridHeightBox; 
  51.     gridOrigXBox = gridOrigXBox; 
  52.     gridOrigYBox = gridOrigYBox; 
  53.     gridWidthBox = gridWidthBox; 
  54.     snapBox = snapBox; 
  55.     visibleBox = visibleBox; 
  56.     }; 
  57.     SUPERCLASS = Tool; 
  58. };
  59.