![]() |
![]()
| ![]() |
![]()
NAMEDtCreatePrintSetupDialog — creates an instance of a dialog containing a DtPrintSetupBox widget SYNOPSIS#include &<Print.h> Widget DtCreatePrintSetupDialog( Widget parent, const String name, ArgList arglist, Cardinal argcount); DESCRIPTIONDtCreatePrintSetupDialog 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. ARGUMENTSRETURN VALUEIf DtCreatePrintSetupDialog completes successfully, it returns the DtPrintSetupBox widget ID. If it fails, it returns NULL. ENVIRONMENT VARIABLESNone. RESOURCESNone. ACTIONS/MESSAGESNone. ERRORS/WARNINGSNone. EXAMPLESNone. FILESNone. SEE ALSODtPrintSetupBox(3), DtCreatePrintSetupDialog(3)
|