Deprecated NSPrintPanel Methods
A method identified as deprecated has been superseded and may become unsupported in the future.
Available in OS X v10.0 through OS X v10.4
pickedAllPages:
Deprecated. (Available in OS X v10.0 through OS X v10.4. No alternative. Do not use.)
Availability
- Available in OS X v10.0 through OS X v10.4.
Declared In
NSPrintPanel.hDeprecated in OS X v10.5
accessoryView
Returns the accessory view of the receiver. (Deprecated in OS X v10.5. Use accessoryControllers instead.)
Return Value
The accessory view of the receiver, if any.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.5.
See Also
Declared In
NSPrintPanel.hfinalWritePrintInfo
Writes the receiver's printing attributes to the current NSPrintOperation object. (Deprecated in OS X v10.5.)
Discussion
Do not invoke this method directly—it is invoked automatically when the Print panel is dismissed by the user clicking the OK button.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.5.
See Also
-
– updateFromPrintInfo -
+ currentOperation(NSPrintOperation)
Declared In
NSPrintPanel.hsetAccessoryView:
Sets the accessory view for the receiver. (Deprecated in OS X v10.5. Use addAccessoryController: instead.)
Parameters
- aView
The view containing the controls and information you want to add to the print panel. Specify
nilto remove the receiver's current accessory view.
Discussion
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.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.5.
See Also
Declared In
NSPrintPanel.hupdateFromPrintInfo
Updates the receiver with information from the current NSPrintOperation object. (Deprecated in OS X v10.5.)
Discussion
Do not invoke this method directly—it is invoked automatically before the Print panel is displayed.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.5.
See Also
-
– finalWritePrintInfo -
+ currentOperation(NSPrintOperation)
Declared In
NSPrintPanel.h© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-06-23)