A method identified as deprecated has been superseded and may become unsupported in the future.
Returns the accessory view of the receiver. (Deprecated in Mac OS X v10.5. Use accessoryControllers
instead.)
- (NSView *)accessoryView
The accessory view of the receiver, if any.
NSPrintPanel.h
Writes the receiver's printing attributes to the current NSPrintOperation
object. (Deprecated in Mac OS X v10.5.)
- (void)finalWritePrintInfo
Do not invoke this method directly—it is invoked automatically when the Print panel is dismissed by the user clicking the OK button.
– updateFromPrintInfo
+ currentOperation
(NSPrintOperation)NSPrintPanel.h
Sets the accessory view for the receiver. (Deprecated in Mac OS X v10.5. Use addAccessoryController:
instead.)
- (void)setAccessoryView:(NSView *)aView
The view containing the controls and information you want to add to the print panel. Specify nil
to remove the receiver's current accessory view.
You can use an accessory view to add printing controls and information to the standard print panel. You set your accessory view prior to displaying the print panel. Upon display, the print panel adds your application's name as an item to its pane-selection pull-down menu. When the user selects this item, the print panel displays your accessory view.
NSPrintPanel.h
Updates the receiver with information from the current NSPrintOperation
object. (Deprecated in Mac OS X v10.5.)
- (void)updateFromPrintInfo
Do not invoke this method directly—it is invoked automatically before the Print panel is displayed.
– finalWritePrintInfo
+ currentOperation
(NSPrintOperation)NSPrintPanel.h
© 2007 Apple Inc. All Rights Reserved. (Last updated: 2007-07-16)