nanogui ~master (2021-04-26T14:20:51Z)
Dub
Repo
CheckBox.callback
nanogui
checkbox
CheckBox
Sets the callback to be executed when this CheckBox is checked / unchecked.
void
delegate
(
bool
)
callback
()
void
callback
(void delegate(bool) callback)
class
CheckBox
final
void
callback
(
void
delegate
(
bool
)
callback
)
Meta
Source
See Implementation
nanogui
checkbox
CheckBox
constructors
this
functions
callback
caption
checked
draw
mouseButtonEvent
preferredSize
pushed
variables
mCallback
mCaption
mChecked
mPushed
Sets the callback to be executed when this CheckBox is checked / unchecked.