Module beamui.widgets.controls

Simple controls - images, buttons, and so on.

Import line

import beamui.widgets.controls;

Classes

NameDescription
ActionButton
ActionWidgetWrapper
Button
ButtonLike Widget with an icon and a label.
Canvas Canvas widget - draw arbitrary graphics on it by providing a callback
CheckBox Check box that can be toggled on or off.
CheckButton
ElemCanvas
ElemImage
ElemSwitch
ImageWidget Static image widget. Can accept any drawable instead of the image (e.g. a gradient)
Link Hyperlink button. May wrap any widget
RadioButton Mutually exclusive check button.
SwitchButton Switch (on/off) widget