Signal
Gtk PrintOperation::update-custom-widget
since: 2.18
Declaration
void
update_custom_widget(
GtkPrintOperation*self,
GtkWidget*widget,
GtkPageSetup*setup,
GtkPrintSettings*settings,
gpointeruser_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().
Available since: 2.18
Parameters
widget-
Type:
GtkWidgetThe custom widget added in create-custom-widget.
The data is owned by the caller of the function. setup-
Type:
GtkPageSetupActual page setup.
The data is owned by the caller of the function. settings-
Type:
GtkPrintSettingsActual print settings.
The data is owned by the caller of the function.