Dialog

Undocumented in source.

Constructors

this
this(Ihandle* ih)
Undocumented in source.
this
this(bool autoDestroy, Ihandle* ih)
Undocumented in source.
this
this(bool autoDestroy, Control child)
Undocumented in source.
this
this(string CN, bool autoDestroy, Control child)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

Popup
int Popup(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
Show
int Show()
Undocumented in source. Be warned that the author may not have intended to support it.
ShowXY
int ShowXY(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Container

Append
Control Append(Control child)
Undocumented in source. Be warned that the author may not have intended to support it.
Insert
Control Insert(Control ref_child, Control child)
Undocumented in source. Be warned that the author may not have intended to support it.
GetChild
Control GetChild(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
GetChildPos
int GetChildPos(Control child)
Undocumented in source. Be warned that the author may not have intended to support it.
GetChildCount
int GetChildCount()
Undocumented in source. Be warned that the author may not have intended to support it.
GetFirstChild
Control GetFirstChild()
Undocumented in source. Be warned that the author may not have intended to support it.
GetNextChild
Control GetNextChild(Control ref_child)
Undocumented in source. Be warned that the author may not have intended to support it.
UpdateChildren
void UpdateChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
RedrawChildren
void RedrawChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
RefreshChildren
void RefreshChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta