- Append
Control Append(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.
- GetChildCount
int GetChildCount()
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.
- 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.
- Insert
Control Insert(Control ref_child, Control child)
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.
- UpdateChildren
void UpdateChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
- Update
void Update()
Undocumented in source. Be warned that the author may not have intended to support it.
- Redraw
void Redraw()
Undocumented in source. Be warned that the author may not have intended to support it.
- Refresh
void Refresh()
Undocumented in source. Be warned that the author may not have intended to support it.
- Detach
void Detach(Control child)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetBrother
Control GetBrother()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetParent
Container GetParent()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetDialog
Dialog GetDialog()
Undocumented in source. Be warned that the author may not have intended to support it.
- GetDialogChild
Control GetDialogChild(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- Reparent
int Reparent(Container new_parent, Control ref_child)
Undocumented in source. Be warned that the author may not have intended to support it.
- SetFocus
Control SetFocus()
Undocumented in source. Be warned that the author may not have intended to support it.
- PreviousField
Control PreviousField()
Undocumented in source. Be warned that the author may not have intended to support it.
- NextField
Control NextField()
Undocumented in source. Be warned that the author may not have intended to support it.
- ConvertLinColToPos
void ConvertLinColToPos(int lin, int col, int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- ConvertPosToLinCol
void ConvertPosToLinCol(int pos, int lin, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- ConvertXYToPos
int ConvertXYToPos(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.
- Hide
int Hide()
Undocumented in source. Be warned that the author may not have intended to support it.