UICheckBox

Optional widget.

Constructors

this
this(ThemeInfo theme)
Undocumented in source.

Members

Functions

onDraw
void onDraw(IRenderer render)
Undocumented in source. Be warned that the author may not have intended to support it.
onInput
void onInput(EventHandler event)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

height
uint height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isCheck
bool isCheck [@property getter]

Shows the status of the option.

widgetPosition
Vecf widgetPosition [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
uint width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

theme
ThemeInfo theme;

Widget theme

Inherited Members

From UIWidget

width
uint width [@property getter]

Available width of the widget.

height
uint height [@property getter]

Available height of the widget.

resize
void resize(uint w, uint h)

Resize the widget.

widgetPosition
Vecf widgetPosition [@property getter]

The relative position of the widget. Serves for relative positioning of the widget relative to another or its own object.

Meta