Signal

GtkPrintOperation::custom-widget-apply

since: 2.10

Declaration

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

Description [src]

Emitted right before GtkPrintOperation::begin-print if you added a custom widget in the GtkPrintOperation::create-custom-widget handler. When you get this signal you should read the information from the custom widgets, as the widgets are not guaraneed to be around at a later time.

Default handler:

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

Available since: 2.10

Parameters

widget

Type: GtkWidget

The custom widget added in create-custom-widget.

The data is owned by the caller of the function.