![]() |
![]()
| ![]() |
![]()
NAMEDtPrintSetupProc — Type definition for DtPrintSetupBox procedure resources. SYNOPSIS#include &<Print.h> typedef XtEnum (*DtPrintSetupProc)( Widget wid, DtPrintSetupData *print_data); DESCRIPTIONDtPrintSetupProc is the type definition used for DtPrintSetupBox procedure resources. Each procedure is passed the widget ID of the DtPrintSetupBox via wid, and a structure containing information needed to perform the particular operation via print_data. If a procedure needs to update the DtPrintSetupBox, it should do so by setting resources as indicated by the procedure resource description. The only exception to this is when the DtNverifyPrinterProc is used to verify X printers. In this case, the procedure may update the print_display and print_context elements of the passed DtPrintSetupData structure. ARGUMENTS
RETURN VALUE
SEE ALSODtPrintSetupBox(3)
|