home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextDeveloper / Demos / TeXview.app / TeXview.nib / data.classes next >
Text File  |  1994-03-23  |  2KB  |  152 lines

  1. PageView = {
  2.     ACTIONS = {
  3.     TeXcustomexit:;
  4.     nextPage:;
  5.     unMock:;
  6.     TeXdefaultexit:;
  7.     setDefaultformat:;
  8.     gotoPage:;
  9.     setMockSwitch:;
  10.     newDefaultformat:;
  11.     zoomUnzoom:;
  12.     TeXtexit:;
  13.     TeXslitexit:;
  14.     TeXlatexit:;
  15.     zoom:;
  16.     clearBuffer:;
  17.     mockUnmock:;
  18.     prevPage:;
  19.     lastPage:;
  20.     changeDPI:;
  21.     mock:;
  22.     changeUnits:;
  23.     upDefaultformat:;
  24.     newCustomformat:;
  25.     TeXmakeit:;
  26.     firstPage:;
  27.     TeXamstexit:;
  28.     fireRandom:;
  29.     closeFile:;
  30.     openManual:;
  31.     unzoom:;
  32.     upCustomformat:;
  33.     reOpenFile:;
  34.     openFile:;
  35.     setCustomformat:;
  36.     TeXbibtexit:;
  37.     };
  38.     OUTLETS = {
  39.     defaultformat;
  40.     customformat;
  41.     console;
  42.     pageStuff;
  43.     command;
  44.     pageNum;
  45.     myOpenPanel;
  46.     tex;
  47.     positionRadio;
  48.     mockSwitch;
  49.     positionText;
  50.     };
  51.     SUPERCLASS = ScrollView;
  52. };
  53. TeXviewApp = {
  54.     ACTIONS = {
  55.     appDidInit:;
  56.     setidWindow:;
  57.     };
  58.     OUTLETS = {
  59.     tvWindow;
  60.     };
  61.     SUPERCLASS = Application;
  62. };
  63. SheetView = {
  64.     OUTLETS = {
  65.     cache;
  66.     };
  67.     SUPERCLASS = View;
  68. };
  69. TeXviewObject = {
  70.     ACTIONS = {
  71.     saveConfig:;
  72.     defaultSize:;
  73.     changeGenerate:;
  74.     changeSize:;
  75.     };
  76.     OUTLETS = {
  77.     status;
  78.     sizeMatrix;
  79.     dpiPopup;
  80.     zoomed;
  81.     pageForm;
  82.     generateButtons;
  83.     };
  84.     SUPERCLASS = Object;
  85. };
  86. FirstResponder = {
  87.     ACTIONS = {
  88.     };
  89.     SUPERCLASS = Object;
  90. };
  91. TVWindow = {
  92.     SUPERCLASS = Window;
  93. };
  94. TVPrint = {
  95.     ACTIONS = {
  96.     SetCompressed:;
  97.     print:;
  98.     SetNumCopies:;
  99.     SetCustomdpi:;
  100.     SetReversed:;
  101.     save:;
  102.     SetPrinterName:;
  103.     SetCustomResolution:;
  104.     SetToNum:;
  105.     Set400dpi:;
  106.     SetSync:;
  107.     SetOptions:;
  108.     SetCollated:;
  109.     SetResolution:;
  110.     SetFromNum:;
  111.     SetManualFeed:;
  112.     Set300dpi:;
  113.     SetAllPages:;
  114.     cancel:;
  115.     };
  116.     OUTLETS = {
  117.     Compressed;
  118.     FromNum;
  119.     Collated;
  120.     Popup;
  121.     ManualFeed;
  122.     NumCopies;
  123.     Options;
  124.     PrinterName;
  125.     AllPages;
  126.     CustomDPI;
  127.     ToNum;
  128.     Synch;
  129.     Reversed;
  130.     };
  131.     SUPERCLASS = Panel;
  132. };
  133. FaxView = {
  134.     ACTIONS = {
  135.     faxPSCode:;
  136.     };
  137.     OUTLETS = {
  138.     };
  139.     SUPERCLASS = View;
  140. };
  141. ComScroll = {
  142.     ACTIONS = {
  143.     addText:;
  144.     abortCommand:;
  145.     logCommand:;
  146.     };
  147.     SUPERCLASS = ScrollView;
  148. };
  149. TVPrintPanel = {
  150.     SUPERCLASS = Panel;
  151. };
  152.