|
DXmPrintWgtPrintJob(3X)
Contents
|
DXmPrintWgtPrintJob - Submits files to the print service.
unsigned long int DXmPrintWgtPrintJob(
Widget print_widget,
XmStringTable filenames,
int filename_count );
The identifier (widget ID) of the print widget. The file
names to be printed. An integer that represents the number
of file names.
The DXmPrintWgtPrintJob routine completes the submission
of the identified files to the appropriate print service
and returns the success of the print job to the application.
An integer that indicates the success or failure of the
print job, as follows: Print job failed. Print job was
successful.
DXmPrintWgtPrintJob(3X)
[ Back ] |