CheckBox

Undocumented in source.

Constructors

this
this(string s)
Undocumented in source.

Members

Functions

onDraw
void onDraw()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Variables

m_state
bool m_state;
Undocumented in source.
update
Event!(bool) update;
Undocumented in source.

Inherited Members

From Button

leftClick
Event!() leftClick;
Undocumented in source.
rightClick
Event!() rightClick;
Undocumented in source.
title
Text title;
Undocumented in source.
pressed
bool pressed;
Undocumented in source.
mouseFocus
bool mouseFocus;
Undocumented in source.
m_font
string m_font;
Undocumented in source.
m_font_size
int m_font_size;
Undocumented in source.
font
string font [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
fontSize
int fontSize [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
setStyle
void setStyle(Style style)
Undocumented in source. Be warned that the author may not have intended to support it.
onDraw
void onDraw()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(int[2] size)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseButton
void onMouseButton(Mouse.button button, bool p, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseFocus
void onMouseFocus(bool focus)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta