GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtPrintSetupProc(library call) DtPrintSetupProc(library call)

DtPrintSetupProc — Type definition for DtPrintSetupBox procedure resources.

#include &<Print.h>
typedef XtEnum (*DtPrintSetupProc)(
Widget wid,
DtPrintSetupData *print_data);

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 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.

The widget ID of the DtPrintSetupBox.
A pointer to an existing DtPrintSetupData structure that contains the print setup information relevant to the specific procedure.

The procedure completed successfully.
The procedure encountered an error.
An invalid parameter was passed to the procedure.

DtPrintSetupBox(3)


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.