DtCreatePrintSetupBox(library call) DtCreatePrintSetupBox(library call)
NAME [Toc] [Back]
DtCreatePrintSetupBox - creates an instance of a DtPrintSetupBox
widget
SYNOPSIS [Toc] [Back]
#include <Print.h>
Widget DtCreatePrintSetupBox(
Widget parent,
const String name,
ArgList arglist,
Cardinal argcount);
DESCRIPTION [Toc] [Back]
The DtCreatePrintSetupBox function creates an unmanaged instance of a
DtPrintSetupBox widget and returns its widget ID.
ARGUMENTS [Toc] [Back]
parent Specifies the parent widget ID.
name Specifies the name of the created widget.
arglist Specifies the argument list.
argcount Specifies the number of attribute/value pairs in arglist.
RETURN VALUE [Toc] [Back]
If DtCreatePrintSetupBox completes successfully, it returns the
DtPrintSetupBox widget ID. If it fails, it returns NULL.
ENVIRONMENT VARIABLES [Toc] [Back]
None.
RESOURCES [Toc] [Back]
None.
ACTIONS/MESSAGES
None.
ERRORS/WARNINGS
None.
EXAMPLES [Toc] [Back]
None.
FILES [Toc] [Back]
None.
SEE ALSO [Toc] [Back]
DtPrintSetupBox(3), DtCreatePrintSetupDialog(3)
- 1 - Formatted: January 24, 2005 [ Back ] |