nanogui ~master (2021-04-26T14:20:51Z)
Dub
Repo
CheckBox.callback
nanogui
checkbox
CheckBox
Returns the current callback of this CheckBox.
void
delegate
(
bool
)
callback
()
class
CheckBox
final const
void
delegate
(
bool
)
callback
(
)
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
Returns the current callback of this CheckBox.