Dialog

Undocumented in source.

Constructors

this
this(Window parent, string title, string[] buttonsText, int[] responses)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

add
T add(T widget)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
add
T add(string label, T widget)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(TData data, string label, T widget)
Undocumented in source. Be warned that the author may not have intended to support it.
return1
void return1()
Undocumented in source. Be warned that the author may not have intended to support it.
run
bool run(int okId)
Undocumented in source. Be warned that the author may not have intended to support it.
runAndGetButtonID
int runAndGetButtonID(int okId)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bindings
BindingSet bindings;
Undocumented in source.
gtkDlg
gtk.Dialog.Dialog gtkDlg;
Undocumented in source.
layout
GridLayout layout;
Undocumented in source.
row
int row;
Undocumented in source.

Meta