home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / WriteUp_1.2 / Application / WriteUp.app / English.lproj / Page.nib / data.classes next >
Text File  |  1995-03-23  |  1KB  |  96 lines

  1. PageView = {
  2.     OUTLETS = {
  3.     window;
  4.     };
  5.     SUPERCLASS = View;
  6. };
  7. PageScrollView = {
  8.     ACTIONS = {
  9.     unitsAction:;
  10.     zoom:;
  11.     toggleRulers:;
  12.     setHorizontalRuler:;
  13.     visibilityAction:;
  14.     shrinkWrap:;
  15.     zButtonAction:;
  16.     fitSelection:;
  17.     layerAction:;
  18.     zoomAction:;
  19.     toggleInfoBar:;
  20.     };
  21.     OUTLETS = {
  22.     pageBox;
  23.     pageNumberField;
  24.     pageCountField;
  25.     visiblePopup;
  26.     vClipRuler;
  27.     zoomPopup;
  28.     layerPopup;
  29.     bClipRuler;
  30.     unitsPopup;
  31.     pageButtons;
  32.     infoBar;
  33.     hClipRuler;
  34.     };
  35.     SUPERCLASS = ScrollView;
  36. };
  37. FirstResponder = {
  38.     ACTIONS = {
  39.     gotoPage:;
  40.     };
  41.     SUPERCLASS = Object;
  42. };
  43. WriteUp = {
  44.     ACTIONS = {
  45.     appDidInit:;
  46.     };
  47.     OUTLETS = {
  48.     };
  49.     SUPERCLASS = PasteUp;
  50. };
  51. LayoutDocument = {
  52.     ACTIONS = {
  53.     revert:;
  54.     close:;
  55.     toggleShowTextRects:;
  56.     emergencyClose:;
  57.     toggleShowGraphics:;
  58.     toggleSnapToGuides:;
  59.     runPaper:;
  60.     toggleShowGuides:;
  61.     runMoveBy:;
  62.     runPageLayout:;
  63.     toggleSnapToRulers:;
  64.     };
  65.     OUTLETS = {
  66.     printInfo;
  67.     linksInfo;
  68.     currentPage;
  69.     unitsInfo;
  70.     lastLoadedScrollView;
  71.     masterPage;
  72.     undoInfo;
  73.     styleInfo;
  74.     };
  75.     SUPERCLASS = Document;
  76. };
  77. PasteUp = {
  78.     OUTLETS = {
  79.     pageScrollView;
  80.     };
  81.     SUPERCLASS = Object;
  82. };
  83. Document = {
  84.     ACTIONS = {
  85.     saveAsTemplate:;
  86.     save:;
  87.     close:;
  88.     emergencyClose:;
  89.     crashAs:;
  90.     saveAs:;
  91.     };
  92.     OUTLETS = {
  93.     };
  94.     SUPERCLASS = Object;
  95. };
  96.