Signal

Gtk.PrintOperation::update-custom-widget

Declaration

void
update_custom_widget (
  GtkPrintOperation self,
  GtkWidget* widget,
  GtkPageSetup* setup,
  GtkPrintSettings* settings,
  gpointer user_data
)

Description [src]

Emitted after change of selected printer.

The actual page setup and print settings are passed to the custom widget, which can actualize itself according to this change.

Default handler:

The default handler is called after the handlers added via g_signal_connect()

Parameters

widget GtkWidget
 

the custom widget added in ::create-custom-widget

 Ownership is not transferred to the callee
setup GtkPageSetup
 

actual page setup

 Ownership is not transferred to the callee
settings GtkPrintSettings
 

actual print settings

 Ownership is not transferred to the callee