[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "0.0.7" ) ]
public Dialog (Window parent)
Create a Dialog with transient_for set to parent
C Usage
GtkWidget *dlg = hdy_dialog_new (GTK_WINDOW (main_window));
Vala Usage
var dlg = new Hdy.Dialog (main_window);
Python Usage
dlg = Handy.Dialog.new (main_window);
parent |
Window this dialog is a child of |