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
DtCreatePrintSetupDialog(library call) DtCreatePrintSetupDialog(library call)

DtCreatePrintSetupDialog — creates an instance of a dialog containing a DtPrintSetupBox widget

#include &<Print.h>
Widget DtCreatePrintSetupDialog(
Widget parent,
const String name,
ArgList arglist,
Cardinal argcount);

DtCreatePrintSetupDialog is a convenience function that creates a DialogShell and an unmanaged DtPrintSetupBox child of the DialogShell. Use XtManageChild to pop up the print set up dialog (passing the DtPrintSetupBox as the widget parameter); use XtUnmanageChild to pop it down.

Specifies the parent widget ID.
Specifies the name of the created widget.
Specifies the argument list.
Specifies the number of attribute/value pairs in arglist.

If DtCreatePrintSetupDialog completes successfully, it returns the DtPrintSetupBox widget ID. If it fails, it returns NULL.

None.

None.

None.

None.

None.

None.

DtPrintSetupBox(3), DtCreatePrintSetupDialog(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.