- 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.
- 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.