home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / DrawPageLayout.h < prev    next >
Text File  |  1995-08-03  |  315b  |  20 lines

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