fedor@gnu.org
)cehardin@mac.com
)Standard panel for querying user about printing.
Copyright: (C) 2001,2004 Free Software Foundation, Inc.
NSPrintPanel provides a standard print panel
allowing the user to specify information about how a
document is to be printed, including the page range,
number of copies and scale of the document. It also
allows the user to save the document to a file or
preview it. When a print: message is sent to an NSView
or NSWindow, an NSPrintOpertation is created which manages
printing of a view. The NSPrintOperation object would
by default show a print panel in a modal loop for the user.
You can avoid showing the print panel by sending the
setShowsPanels: message in the print operation
with a NO
argument.
Availability: Not in OpenStep/MacOS-X
- Declared in:
- AppKit/NSPrintPanel.h
Description forthcoming.
Creates and returns a shared instance of the NSPrintPanel panel.
Returns the accessory view for the print panel
Description forthcoming.
Saves information set by the user in the receiver's panel in the NSPrintInfo object from the current NSPrintOperation.
This method has been depreciated. It doesn't do anything useful.
This method has been depreciated. It doesn't do anything useful.
This method has been depreciated. It doesn't do anything useful.
Display the Print panel in a modal loop. Saves any aquired information in the NSPrintInfo object for the current NSPrintOperation. Returns NSCancelButton if the user clicks the Cancel button or NSOKButton otherwise. Unlike other panels, this one does not order itself out after the modal session is finished. You must do that yourself.
Set the accessory view for the print panel
Setup the display in the receiver's panel based on the values stored in the NSPrintInfo object from the current NSPrintOperation.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Availability: Not in OpenStep/MacOS-X
- Declared in:
- AppKit/NSPrintPanel.h
Warning this category is private, which means that the methods are for internal use by the package. You should not use them in external code.
Method summaryWarning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.