Signal

Gtk.PrintOperation::custom-widget-apply

Declaration

void
custom_widget_apply (
  GtkPrintOperation self,
  GtkWidget* widget,
  gpointer user_data
)

Description [src]

Emitted right before ::begin-print if you added a custom widget in the ::create-custom-widget handler.

When you get this signal you should read the information from the custom widgets, as the widgets are not guaranteed to be around at a later time.

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