Dialog.this

Create a #HdyDialog with #GtkWindow:transient-for set to parent

C Usage |[<!-- language="C" --> GtkWidget *dlg = hdy_dialog_new (GTK_WINDOW (main_window)); ]|

Vala Usage |[<!-- language="Vala" --> var dlg = new Hdy.Dialog (main_window); ]|

Python Usage |[<!-- language="Python" --> dlg = Handy.Dialog.new (main_window); ]|

  1. this(HdyDialog* hdyDialog, bool ownedRef = false)
  2. this(Window parent)
    class Dialog
    this
    (
    Window parent
    )

Parameters

parent
Type: Window

#GtkWindow this dialog is a child of

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

0.0.7