fluid ~master (2025-03-22T14:27:06.5478146)
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
getImage
getTexture
isChecked
markImage
press
resizeImpl
toString
toggle
mixins
__anonymous
variables
canvasIO
size
Create a new checkbox.