This is PageMargins.h in view mode; [Download] [Up]
/* -------------------------------------------------------------------
RDR, Inc.
Objective-C interface file for the class PageMargins
COPYRIGHT (C), 1991, RDR, Inc.
ALL RIGHTS RESERVED.
Responsible: Approved:
RDR:Ernest Prabhakar
Date: Rev:
1991-Jun-28 ___
Reference: Document no:
*/
/*====================================================================
Interface of class PageMargins
====================================================================*/
#import <appkit/PageLayout.h>
@interface PageMargins : PageLayout
{
id leftMargin;
id rightMargin;
id topMargin;
id bottomMargin;
}
/* ----------------------- State Variables ------------------------ */
-setTopBotForm:anObject;
-setSideForm:anObject;
/* ------------------------ Action Methods ------------------------ */
-pickedUnits:sender;
/* -------------------- Exchange Margins Data --------------------- */
-readPrintInfo;
-writePrintInfo;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.