This is PageMargin.h in view mode; [Download] [Up]
#import <appkit/PageLayout.h> @interface PageMargin : PageLayout { id plpAccessory; /* accessory view in the page layout panel */ id leftMargin; id rightMargin; id topMargin; id bottomMargin; } /* Methods overridden from superclass */ - getValues:(float *)lm right:(float *)rm top:(float *)tm bottom:(float *)bm; - setValues:(float)lm right:(float)rm top:(float)tm bottom:(float)bm; - pickedUnits:sender; - readPrintInfo; - writePrintInfo; - setPlpAccessory:anObject; - setTopBotForm:anObject; - setSideForm:anObject; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.