Signal
WebKit2PrintCustomWidget::update
deprecated: 2.40 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 |
Deprecated since: 2.40 |
Please do not use it in newly written code. |
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.