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

  1. Tool = {
  2.     ACTIONS = {
  3.     paste:;
  4.     alignSelRight:;
  5.     windowDidResignKey:;
  6.     windowWillClose:;
  7.     alignSelLeftAndRight:;
  8.     selectAll:;
  9.     copyFont:;
  10.     alignSelCenter:;
  11.     connectTo:;
  12.     checkSpelling:;
  13.     alignSelLeft:;
  14.     linkTo:;
  15.     subscript:;
  16.     copyRuler:;
  17.     windowDidBecomeKey:;
  18.     pasteRuler:;
  19.     superscript:;
  20.     changeFont:;
  21.     changeSpelling:;
  22.     toggleRuler:;
  23.     deselectAll:;
  24.     copy:;
  25.     underline:;
  26.     windowDidMove:;
  27.     pasteFont:;
  28.     cut:;
  29.     unscript:;
  30.     };
  31.     OUTLETS = {
  32.     sList;
  33.     myElement;
  34.     defaultElement;
  35.     myPanel;
  36.     fixElement;
  37.     infoPanel;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. TextTool = {
  42.     ACTIONS = {
  43.     };
  44.     OUTLETS = {
  45.     };
  46.     SUPERCLASS = Tool;
  47. };
  48. FirstResponder = {
  49.     ACTIONS = {
  50.     };
  51.     SUPERCLASS = Object;
  52. };
  53. TMSChinese = {
  54.     ACTIONS = {
  55.     singleWordDelete:;
  56.     singleWord:;
  57.     lacAlignment:;
  58.     };
  59.     OUTLETS = {
  60.     stringTable;
  61.     characterRadio;
  62.     lacAlignment;
  63.     lineRadio;
  64.     };
  65.     SUPERCLASS = TextTool;
  66. };
  67. ChineseVerwaltung = {
  68.     ACTIONS = {
  69.     lacAlignment:;
  70.     };
  71.     OUTLETS = {
  72.     lacAlignment;
  73.     };
  74.     SUPERCLASS = TextTool;
  75. };
  76.