Method

WebKit2PrintCustomWidgetget_widget

deprecated: 2.40 since: 2.16

Declaration [src]

GtkWidget*
webkit_print_custom_widget_get_widget (
  WebKitPrintCustomWidget* print_custom_widget
)

Description [src]

Return the value of WebKitPrintCustomWidget:widget property.

Return the value of WebKitPrintCustomWidget:widget property for the given print_custom_widget object. The returned value will always be valid if called from WebKitPrintCustomWidget::apply or WebKitPrintCustomWidget::update callbacks, but it will be NULL if called after the WebKitPrintCustomWidget::apply signal is emitted.

Available since: 2.16

Deprecated since: 2.40

Please do not use it in newly written code.

Return value

Type: GtkWidget

A GtkWidget.

The returned data is owned by the instance.