![]() |
PMSetDialogDone |
||||
Header: | PMApplication.h | Carbon status: | Not Recommended | |
Informs the Carbon Printing Manager that the user finished with a custom dialog box.
OSStatus PMSetDialogDone ( PMDialog pmDialog, Boolean done );
A PMDialog object representing your custom Page Setup or Print dialog box.
Pass true when your callback function has finished with this dialog box.
A result code. A result code. See
When your callback function no longer needs a dialog box, pass TRUE in the done parameter.
Valid within the context of a printing session while displaying your Page Setup or Print dialog box.
Not recommended in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
The <PMSetDialogDone lets you set information formerly contained in the fDone field of the Printing Manager structure TPrDlg.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)