Gauge

Undocumented in source.
class Gauge : Control {}

Constructors

this
this()
Undocumented in source.

Inherited Members

From Control

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.

Meta