Method

Gtk.PrintUnixDialog.set_settings

Declaration [src]

void
gtk_print_unix_dialog_set_settings (
  GtkPrintUnixDialog* dialog,
  GtkPrintSettings* settings
)

Description [src]

Sets the GtkPrintSettings for the GtkPrintUnixDialog.

Typically, this is used to restore saved print settings from a previous print operation before the print dialog is shown.

Parameters

settings GtkPrintSettings
 

a GtkPrintSettings, or NULL

 Can be NULL
 Ownership is not transferred to the callee