home *** CD-ROM | disk | FTP | other *** search
/ OneVision 3.03 / OneVision3.03.iso / Apps / OneVision.app / TMSBarcode.1Vmod / TMSBarcodeTool.nib / data.classes next >
Encoding:
Text File  |  1996-11-12  |  714 b   |  54 lines

  1. Tool = {
  2.     ACTIONS = {
  3.     cut:;
  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.     alignSelLeft:;
  21.     copyFont:;
  22.     pasteRuler:;
  23.     windowDidBecomeKey:;
  24.     };
  25.     OUTLETS = {
  26.     sList;
  27.     myElement;
  28.     defaultElement;
  29.     myPanel;
  30.     fixElement;
  31.     infoPanel;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. TMSBarcodeTool = {
  36.     ACTIONS = {
  37.     newCodeColor:;
  38.     codeChanged:;
  39.     newBackgroundColor:;
  40.     };
  41.     OUTLETS = {
  42.     barCodeBox;
  43.     bgColorWell;
  44.     codeColorWell;
  45.     theStrings;
  46.     };
  47.     SUPERCLASS = Tool;
  48. };
  49. FirstResponder = {
  50.     ACTIONS = {
  51.     };
  52.     SUPERCLASS = Object;
  53. };
  54.