NSPageLayout
Authors
- Adam Fedor
-
Standard panel for querying user about page layout.
Copyright: (C) 2001 Free Software Foundation, Inc.
Declared in: NSPageLayout.h
Inherits from: NSPanel
Instance Variables
Methods
Class Methods
+ (NSPageLayout*) pageLayout;
Instances Methods
- (NSView*) accessoryView;
- (void) beginSheetWithPrintInfo: (NSPrintInfo*)printInfo modalForWindow: (NSWindow*)docWindow delegate: (id)delegate didEndSelector: (SEL)didEndSelector contextInfo: (void*)contextInfo;
- (void) convertOldFactor: (float*)old newFactor: (float*)new;
- (void) pickedButton: (id)sender;
- (void) pickedOrientation: (id)sender;
- (void) pickedPaperSize: (id)sender;
- (void) pickedUnits: (id)sender;
- (NSPrintInfo*) printInfo;
- (void) readPrintInfo;
- (int) runModal;
- (int) runModalWithPrintInfo: (NSPrintInfo*)pInfo;
- (void) setAccessoryView: (NSView*)aView;
- (void) writePrintInfo;