nanogui v0.0.9 (2019-02-26T05:50:23Z)
Dub
Repo
ComboBox.callback
nanogui
combobox
ComboBox
The callback to execute for this ComboBox.
void
delegate
(
int
)
callback
()
class
ComboBox
final const
void
delegate
(
int
)
callback
(
)
void
callback
(void delegate(int) callback)
Meta
Source
See Implementation
nanogui
combobox
ComboBox
constructors
this
functions
callback
items
itemsShort
scrollEvent
selectedIndex
variables
mCallback
mItems
mItemsShort
mSelectedIndex
The callback to execute for this ComboBox.