| AbortRetryIgnore enum value | Control | |
| actualHeight() | Control | |
| actualWidth() | Control | |
| add(Row row) | ListBox | |
| addColumn(char[] name, int width) | ListBox | |
| addText(char[] a) | ListBox | |
| addText(char[] a, char[] b) | ListBox | |
| addTextFolder(char[] a) | TreeBox | |
| Arrow enum value | Control | |
| backgroundColor() | Control | |
| beginPaint() | Canvas | |
| bind(char[] code) | Control | |
| bind(char[] code, Dispatcher.Method method) | Control | |
| bind(char[] code, Dispatcher.MethodB method) | Control | |
| bind(char[] code, Dispatcher *dispatcher) | Control | |
| bindings | Control | |
| border(int x, int y) | Control | |
| bottom(int value) | Control | |
| bottom() | Control | |
| brushClear() | Canvas | |
| brushColor(int r, int g, int b) | Canvas | |
| brushColor(Color c) | Canvas | |
| buttonBorder(out int width, out int height) | Canvas | |
| buttonClientRegion(inout int sx, inout int sy, inout int ex, inout int ey) | Canvas | |
| buttonDraw(int sx, int sy, int ex, int ey, bit down, bit focus) | Canvas | |
| buttonPressedOffset(inout int x, inout int y) | Canvas | |
| captureMouse() | Control | |
| child(uint index) | Control | |
| childCount() | Control | |
| childIterate(void(*func)(Control child)) | Control | |
| circle(int x, int y, int radius) | Canvas | |
| circle(int x, int y, int width, int height) | Canvas | |
| clear(int r, int g, int b) | Canvas | |
| clear(Color c) | Canvas | |
| clearFocus() | Control | |
| clipboard | Control | [static] |
| close() | Control | |
| columnHeaderHeight() | ListBox | |
| columnHeaderShown() | ListBox | |
| columnHeaderShown(bit value) | ListBox | |
| Crosshair enum value | Control | |
| cursor(Cursor value) | Control | |
| Cursor enum name | Control | |
| DB enum name | Canvas | |
| Default1 enum value | Control | |
| Default2 enum value | Control | |
| Default3 enum value | Control | |
| Default4 enum value | Control | |
| deleteChildren() | Control | |
| display() | Control | |
| doubleBuffer() | Canvas | |
| doubleBuffer(bit value) | Canvas | |
| drawbox(int sx, int sy, int ex, int ey, DB type, bit filled) | Canvas | |
| drawboxBorder(out int width, out int height, DB type) | Canvas | |
| drawboxClientRegion(inout int sx, inout int sy, inout int ex, inout int ey, DB type) | Canvas | |
| elapsedMicroTime() | Control | [static] |
| elapsedTime() | Control | [static] |
| ellipse(int sx, int sy, int ex, int ey) | Canvas | |
| empty() | ListBox | |
| enabled(bit value) | Control | |
| enabled() | Control | |
| endPaint() | Canvas | |
| findColumn(int x) | ListBox | |
| findFrame() | Control | |
| findRow(int y) | ListBox | |
| focus() | Control | |
| Focus enum value | Canvas | |
| font(Font font) | Control | |
| font() | Control | |
| funcFocusDelta(int delta) | ListBox | |
| funcFocusDown() | ListBox | |
| funcFocusExtendDelta(int delta) | ListBox | |
| funcFocusExtendDown() | ListBox | |
| funcFocusExtendFirst() | ListBox | |
| funcFocusExtendLast() | ListBox | |
| funcFocusExtendUp() | ListBox | |
| funcFocusFirst() | ListBox | |
| funcFocusLast() | ListBox | |
| funcFocusSelect() | ListBox | |
| funcFocusSelectExact() | TreeBox | |
| funcFocusUp() | ListBox | |
| grid(int col, int row) | Control | |
| grid(int col, int row, int colspan, int rowspan) | Control | |
| gridAddRow(int col, inout int row) | Control | |
| gridAddRow(int col, inout int row, int colspan, int rowspan) | Control | |
| gridExtents(out int colmax, out int rowmax) | Control | |
| gridRow() | Control | |
| groupboxBorder(out int width, out int height) | Canvas | |
| groupboxClientRegion(inout int sx, inout int sy, inout int ex, inout int ey) | Canvas | |
| groupboxDraw(int sx, int sy, int ex, int ey, char[] caption) | Canvas | |
| height(int value) | Control | |
| height() | Control | |
| heightFlex() | Control | |
| Help enum value | Control | |
| hscroll(bit value) | Control | |
| hscrollPage() | Control | |
| hscrollPage(int size) | Control | |
| hscrollPoint(int position) | Control | |
| hscrollPoint() | Control | |
| hscrollRange(int min, int max) | Control | |
| hscrollRangeMax() | Control | |
| hscrollRangeMin() | Control | |
| IconAsterisk enum value | Control | |
| IconError enum value | Control | |
| IconExclamation enum value | Control | |
| IconHand enum value | Control | |
| IconInformation enum value | Control | |
| IconQuestion enum value | Control | |
| IconStop enum value | Control | |
| IconWarning enum value | Control | |
| inClientRegion(int x, int y) | Control | |
| insertAfter(Row row, int index) | ListBox | |
| insertBefore(Row row, int index) | ListBox | |
| Invalid enum value | Control | |
| isCaptor() | Control | |
| isFocus() | Control | |
| left(int value) | Control | |
| left() | Control | |
| line(int sx, int sy, int ex, int ey) | Canvas | |
| line(int[] points) | Canvas | |
| listboxColumnArrowDraw(int sx, int sy, int ex, int ey, bit down) | Canvas | |
| listboxColumnHeaderDraw(int sx, int sy, int ex, int ey, bit highlight, bit pressed, char[] name) | Canvas | |
| listboxItemDraw(int sx, int sy, int ex, int ey, bit sortColumn) | Canvas | |
| listPath(char[] path) | Control | [static] |
| makeFocus() | Control | |
| MB enum name | Control | |
| messageBox(char[] title, char[] message) | Control | [static] |
| messageBoxEx(char[] title, char[] message, MB flags) | Control | [static] |
| multipleSelection() | ListBox | |
| multipleSelection(bit value) | ListBox | |
| noSelection() | ListBox | |
| noSelection(bit value) | ListBox | |
| OK enum value | Control | |
| OKCancel enum value | Control | |
| onChar | Control | |
| onDrop | Control | |
| onHelp | Control | |
| onHScroll | Control | |
| onKeyDown | Control | |
| onKeyUp | Control | |
| onLButtonDown | Control | |
| onLButtonUp | Control | |
| onLostFocus | Control | |
| onMButtonDown | Control | |
| onMButtonUp | Control | |
| onMouseLeave | Control | |
| onMouseMove | Control | |
| onMouseOver | Control | |
| onMouseWheel | Control | |
| onPaint | Control | |
| onRButtonDown | Control | |
| onRButtonUp | Control | |
| onSelectionAdd | ListBox | |
| onSelectionRemove | ListBox | |
| onSizeChanged | Control | |
| onVScroll | Control | |
| orderedColumn(int index) | ListBox | |
| orderedColumnCount() | ListBox | |
| pad(int x, int y) | Control | |
| paint() | Control | |
| paintColumnHeader(Column column) | ListBox | |
| paintFromRow(Row row) | ListBox | |
| paintFromRow(int index) | ListBox | |
| paintRegion(int left, int top, int right, int bottom) | Control | |
| paintRow(Row row) | ListBox | |
| parent() | Control | |
| penClear() | Canvas | |
| penColor(int r, int g, int b) | Canvas | |
| penColor(Color c) | Canvas | |
| penStyle(char value[]) | Canvas | |
| penWidth(int value) | Canvas | |
| periodicGarbageCollection | Control | [static] |
| polygon(int[] points) | Canvas | |
| polygon(int ax, int ay, int bx, int by, int cx, int cy) | Canvas | |
| recalculate() | Control | |
| rect(int left, int top, int right, int bottom) | Canvas | |
| registry | Control | [static] |
| releaseMouse() | Control | |
| remove(Row row) | ListBox | |
| removeFilter(bit(*func)(Row row)) | ListBox | |
| RetryCancel enum value | Control | |
| right(int value) | Control | |
| right() | Control | |
| roundRect(int left, int top, int right, int bottom, int diameter) | Canvas | |
| roundRect(int left, int top, int right, int bottom, int width, int height) | Canvas | |
| row(int index) | ListBox | |
| rowCount() | ListBox | |
| rowFocus() | ListBox | |
| selectAction(Row row) | ListBox | |
| selectAdd(Row row) | ListBox | |
| selectBatch() | ListBox | |
| selectBatchFlush() | ListBox | |
| selectNone() | ListBox | |
| setFocus(Row row) | ListBox | |
| setFocusWithoutChangingReference(Row row) | ListBox | |
| SizeAll enum value | Control | |
| SizeEW enum value | Control | |
| SizeNESW enum value | Control | |
| SizeNS enum value | Control | |
| SizeNWSE enum value | Control | |
| sort() | ListBox | |
| spinnerDraw(int sx, int sy, int ex, int ey, bit upPressed, bit downPressed, bit upHighlight, bit downHighlight) | Canvas | |
| statusbarBackgroundDraw(int sx, int sy, int ex, int ey) | Canvas | |
| statusbarPaneDraw(int sx, int sy, int ex, int ey) | Canvas | |
| sticky(char[] value) | Control | |
| stickySelection() | ListBox | |
| stickySelection(bit value) | ListBox | |
| suggestHeight(int theight) | Control | |
| suggestWidth(int twidth) | Control | |
| suggestWidthAndHeight(int twidth, int theight) | Control | |
| Text enum value | Control | |
| textAlign(char[] value) | Canvas | |
| textColor(int r, int g, int b) | Canvas | |
| textColor(Color c) | Canvas | |
| textFormat(int x, int y, char[] format,...) | Canvas | |
| textFormat(int x, int y, char[] format, va_list args) | Canvas | |
| textHeight() | Canvas | |
| textPrint(int x, int y, char[] string) | Canvas | |
| textPrintEllipses(int x, int y, int w, int mark, char[] string) | Canvas | |
| textWidth(char[] text) | Canvas | |
| textWidthEllipses(int w, int mark, char string[]) | Canvas | |
| ThinRaised enum value | Canvas | |
| ThinSunken enum value | Canvas | |
| this(Control parent) | TreeBox | |
| Canvas::this() | Canvas | [static] |
| timer(ulong delay) | Control | [static] |
| timer(ulong delay, Dispatcher.Method method) | Control | [static] |
| timer(ulong delay, Dispatcher.MethodB method) | Control | [static] |
| top(int value) | Control | |
| top() | Control | |
| treeBoxCrossDraw(int x, int y, bit opened) | Canvas | |
| treeBoxCrossHeight(bit opened) | Canvas | |
| treeBoxCrossSize(out int width, out int height, bit opened) | Canvas | |
| treeBoxCrossWidth(bit opened) | Canvas | |
| visible() | Control | |
| visualHeight() | Control | |
| visualWidth() | Control | |
| vscroll(bit value) | Control | |
| vscroll() | Control | |
| vscrollPage(int size) | Control | |
| vscrollPage() | Control | |
| vscrollPoint(int position) | Control | |
| vscrollPoint() | Control | |
| vscrollRange(int min, int max) | Control | |
| vscrollRangeAndPage(int min, int max, int page) | Control | |
| vscrollRangeMax() | Control | |
| vscrollRangeMin() | Control | |
| vscrollToShowRow(Row row) | ListBox | |
| Wait enum value | Control | |
| width(int value) | Control | |
| width() | Control | |
| widthAndHeight(int width, int height) | Control | |
| widthFlex() | Control | |
| Working enum value | Control | |
| x86_has_mmx() | Control | [static] |
| YesNo enum value | Control | |
| YesNoCancel enum value | Control | |
| ~this() | Canvas | |