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); ]|
#GtkWindow this dialog is a child of
ConstructionException GTK+ fails to create the object.
0.0.7
See Implementation
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); ]|