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

  1. Element = {
  2.     ACTIONS = {
  3.     copyFont:;
  4.     underline:;
  5.     toggleRuler:;
  6.     connectTo:;
  7.     copy:;
  8.     linkTo:;
  9.     unscript:;
  10.     alignSelRight:;
  11.     changeFont:;
  12.     pasteFont:;
  13.     selectAll:;
  14.     copyRuler:;
  15.     superscript:;
  16.     windowDidResignKey:;
  17.     subscript:;
  18.     alignSelCenter:;
  19.     paste:;
  20.     alignSelLeftAndRight:;
  21.     deselectAll:;
  22.     alignSelLeft:;
  23.     windowDidBecomeKey:;
  24.     pasteRuler:;
  25.     cut:;
  26.     };
  27.     OUTLETS = {
  28.     infoPanel;
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. DTPElement = {
  33.     ACTIONS = {
  34.     okPoint:;
  35.     cancelPoint:;
  36.     cancelModalPanel:;
  37.     changeFont:;
  38.     okModalPanel:;
  39.     cut:;
  40.     paste:;
  41.     copy:;
  42.     xselectAll:;
  43.     };
  44.     OUTLETS = {
  45.     tabPanel;
  46.     pointCancel;
  47.     pointString;
  48.     actAbsatz;
  49.     pointPanel;
  50.     oldCursor;
  51.     pointOk;
  52.     tabCancel;
  53.     tabOk;
  54.     tabPosition;
  55.     };
  56.     SUPERCLASS = Element;
  57. };
  58. FirstResponder = {
  59.     ACTIONS = {
  60.     };
  61.     SUPERCLASS = Object;
  62. };
  63.