hpux man page for dtprintsetupproc

Query: dtprintsetupproc

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DtPrintSetupProc(library call)											    DtPrintSetupProc(library call)

NAME
DtPrintSetupProc -- Type definition for DtPrintSetupBox procedure resources.
SYNOPSIS
#include <Print.h> typedef XtEnum (*DtPrintSetupProc)( Widget wid, DtPrintSetupData *print_data);
DESCRIPTION
DtPrintSetupProc 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 descrip- tion. 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
wid The widget ID of the DtPrintSetupBox. print_data A pointer to an existing DtPrintSetupData structure that contains the print setup information relevant to the specific procedure.
RETURN VALUE
DtPRINT_SUCCESS The procedure completed successfully. DtPRINT_FAILURE The procedure encountered an error. DtPRINT_BAD_PARM An invalid parameter was passed to the procedure.
SEE ALSO
DtPrintSetupBox(3) DtPrintSetupProc(library call)
Related Man Pages
xtgetsubvalues(3) - debian
dtprintsetupbox(3) - hpux
xtactionhookproc(3) - hpux
xtorderproc(3) - hpux
dtprint(5) - hpux
Similar Topics in the Unix Linux Community
PHP Man Pages Now Available (Over 10,000)
How to extract every repeated string between two specific string?
Thank you members and admins
awk - Multi-line data to be stored in variable
Shopt -s histappend