Enumeration
GtkPrintOperationAction
Description [src]
The action
parameter to gtk_print_operation_run()
determines what action the print operation should perform.
Members
Name | Description |
---|---|
GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG |
Show the print dialog. |
GTK_PRINT_OPERATION_ACTION_PRINT |
Start to print without showing the print dialog, based on the current print settings. |
GTK_PRINT_OPERATION_ACTION_PREVIEW |
Show the print preview. |
GTK_PRINT_OPERATION_ACTION_EXPORT |
Export to a file. This requires the export-filename property to be set. |