[ CCode ( type_id = "webkit_print_custom_widget_get_type ()" ) ] [ Version ( since = "2.16" ) ] publicclassPrintCustomWidget : Object
Allows to embed a custom widget in print dialog.
A WebKitPrintCustomWidget allows to embed a custom widget in the print dialog by connecting to the
create_custom_widget signal, creating a new
WebKitPrintCustomWidget with PrintCustomWidget and
returning it from there. You can later use run_dialog to display the
dialog.