Method
GtkPrintOperationset_print_settings
since: 2.10
Declaration [src]
void
gtk_print_operation_set_print_settings (
GtkPrintOperation* op,
GtkPrintSettings* print_settings
)
Description [src]
Sets the print settings for op
. This is typically used to
re-establish print settings from a previous print operation,
see gtk_print_operation_run().
Available since: 2.10
Sets property | Gtk.PrintOperation:print-settings |
Parameters
print_settings
-
Type:
GtkPrintSettings
GtkPrintSettings
.The argument can be NULL
.The data is owned by the caller of the method.