fluid v0.7.0 (2024-10-02T21:53:39Z)
Dub
Repo
Checkbox.this
fluid
checkbox
Checkbox
Create a new checkbox.
this
(bool isChecked, void delegate() @(safe) changed)
this
(void delegate() @(safe) changed)
class
Checkbox
this
(
void
delegate
(
)
@
safe
changed
= null
)
Parameters
changed
void
delegate
(
)
@
safe
Callback to run whenever the user changes the value.
Meta
Source
See Implementation
fluid
checkbox
Checkbox
classes
Extra
constructors
this
functions
drawImpl
getTexture
isChecked
press
resizeImpl
toString
toggle
mixins
__anonymous
variables
size
Create a new checkbox.