Method

Gtk.PrintOperation.set_print_settings

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().

Parameters

print_settings GtkPrintSettings
 

GtkPrintSettings

 Can be NULL
 Ownership is not transferred to the callee