Signal
WebKitPrintCustomWidget::update
since: 2.16
Declaration
void
update (
WebKitPrintCustomWidget* self,
GtkPageSetup* page_setup,
GtkPrintSettings* print_settings,
gpointer user_data
)
Description [src]
Emitted after change of selected printer in the dialog. The actual page setup and print settings are available and the custom widget can actualize itself according to their values.
Default handler: The default handler is called after the handlers added via |
Available since: 2.16 |
Parameters
page_setup
-
Type:
GtkPageSetup
Actual page setup.
The data is owned by the caller of the function. print_settings
-
Type:
GtkPrintSettings
Actual print settings.
The data is owned by the caller of the function.