Text only button
canvas widget - draw on it either by overriding of doDraw() or by assigning of onDrawListener
checkbox
horizontal spacer to fill empty space in horizontal layouts
button with image only
button with image working as trigger: check / uncheck occurs when pressing
button with image and text
static image widget
button looking like URL, executing specified action
static text widget with multiline text
radio button
Switch (on/off) widget
static text widget
button - url
vertical spacer to fill empty space in vertical layouts
interface - slot for onClick
TextWidget - static text
ImageWidget - image
Button - button with only text
ImageButton - button with only image
ImageTextButton - button with text and image
SwitchButton - switch widget
RadioButton - radio button
CheckBox - button with check mark
UrlImageTextButton - URL link button
CanvasWidget - for drawing arbitrary graphics
Note: ScrollBar and SliderWidget are moved to dlangui.widgets.scrollbar
Synopsis:
import dlangui.widgets.controls;
Boost License 1.0
Vadim Lopatin, 2014
This module contains simple controls widgets implementation.