home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Preview.app / German.lproj / Preview.nib / data.classes next >
Text File  |  1992-06-22  |  539b  |  41 lines

  1. Preview = {
  2.     ACTIONS = {
  3.     showHelp:;
  4.     showInfo:;
  5.     doOpen:;
  6.     doPaste:;
  7.     };
  8.     OUTLETS = {
  9.     infoPanel;
  10.     helpPanel;
  11.     displayMenuItem;
  12.     bitsMenuItem;
  13.     };
  14.     SUPERCLASS = Application;
  15. };
  16. FirstResponder = {
  17.     ACTIONS = {
  18.     zoomIn:;
  19.     doPrint:;
  20.     doSaveAs:;
  21.     drawPage:;
  22.     doCopyPS:;
  23.     pageForward:;
  24.     doPageLayout:;
  25.     pageBackward:;
  26.     zoomOut:;
  27.     cancelPage:;
  28.     performResize:;
  29.     changeBitsCaching:;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. PreviewDoc = {
  34.     ACTIONS = {
  35.     pageForward:;
  36.     drawPage:;
  37.     pageBackward:;
  38.     };
  39.     SUPERCLASS = Window;
  40. };
  41.