home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / AppKit / Draw / DrawPageLayout.h < prev    next >
Encoding:
Text File  |  1992-02-10  |  279 b   |  20 lines

  1. @interface DrawPageLayout : PageLayout
  2. {
  3.     id leftMargin;
  4.     id rightMargin;
  5.     id topMargin;
  6.     id bottomMargin;
  7. }
  8.  
  9. /* Methods overridden from superclass */
  10.  
  11. - pickedUnits:sender;
  12. - readPrintInfo;
  13. - writePrintInfo;
  14. - setTopBotForm:anObject;
  15. - setSideForm:anObject;
  16.  
  17. @end
  18.  
  19.  
  20.