home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Draw / DrawPageLayout.h < prev    next >
Text File  |  1992-02-09  |  279b  |  18 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:anObjecRW@end
  16.  
  17.  
  18.