nanogui v0.3.1 (2020-03-06T20:08:46Z)
Dub
Repo
TreeView.callback
nanogui
experimental
treeview
TreeView
Sets the callback to be executed when this TreeView is checked / unchecked.
void
delegate
(
bool
)
callback
()
void
callback
(void delegate(bool) callback)
class
TreeView
(TreeModel)
final
void
callback
(
void
delegate
(
bool
)
callback
)
Meta
Source
See Implementation
nanogui
experimental
treeview
TreeView
constructors
this
functions
callback
caption
checked
draw
mChecked
mouseButtonEvent
preferredSize
pushed
variables
_mChecked
mCallback
mCaption
mPushed
model
tree_path
Sets the callback to be executed when this TreeView is checked / unchecked.