Callbacks


Creating, Calling, and Deleting Universal Procedure Pointers

PMIdleProcPtr Defines a pointer to an idle function the Carbon Printing Manager calls during your print loop. Your idle function can display status information during printing.
PMItemProcPtr Defines a pointer to a dialog item event handling function. Your dialog item event handling function receives events for items you’ve added to your custom Page Setup or Print dialog box.
PMPageSetupDialogInitProcPtr Defines a pointer to a dialog initialization function the Carbon Printing Manager calls before displaying your custom Page Setup dialog box. Your initialization function can append items to the Page Setup dialog box.
PMPrintDialogInitProcPtr Defines a pointer to a dialog initialization function the Carbon Printing Manager calls before displaying your custom Print dialog box. Your initialization function can append items to the Print dialog box.
PMSheetDoneProcPtr Defines a pointer to a sheet done function. The Carbon Printing Manager calls your sheet done function when the user dismisses a printing dialog that is being shown as a sheet.

© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)