PrintCustomWidget.this

Create a new #WebKitPrintCustomWidget with given @widget and @title. The @widget ownership is taken and it is destroyed together with the dialog even if this object could still be alive at that point. You typically want to pass a container widget with multiple widgets in it.

  1. this(WebKitPrintCustomWidget* webKitPrintCustomWidget, bool ownedRef)
  2. this(Widget widget, string title)
    class PrintCustomWidget
    this
    (
    Widget widget
    ,
    string title
    )

Parameters

widget Widget

a #GtkWidget

title string

a @widget's title

Return Value

a new #WebKitPrintOperation.

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.16