- DrawArc
void DrawArc(int x1, int y1, int x2, int y2, double a1, double a2)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawBegin
void DrawBegin()
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawEnd
void DrawEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawFocusRect
void DrawFocusRect(int x1, int y1, int x2, int y2)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawGetClipRect
void DrawGetClipRect(int x1, int y1, int x2, int y2)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawGetImageInfo
void DrawGetImageInfo(const(char)* name, int w, int h, int bpp)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawGetSize
void DrawGetSize(int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawGetTextSize
void DrawGetTextSize(const(char)* str, int len, int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawImage
void DrawImage(const(char)* name, int x, int y, int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawLine
void DrawLine(int x1, int y1, int x2, int y2)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawParentBackground
void DrawParentBackground()
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawPolygon
void DrawPolygon(int points, int count)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawRectangle
void DrawRectangle(int x1, int y1, int x2, int y2)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawResetClip
void DrawResetClip()
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawSelectRect
void DrawSelectRect(int x1, int y1, int x2, int y2)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawSetClipRect
void DrawSetClipRect(int x1, int y1, int x2, int y2)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawText
void DrawText(const(char)* text, int len, int x, int y, int w, int h)
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.