nanogui v1.4.0 (2022-10-02T13:52:32Z)
Dub
Repo
ComboBox.callback
nanogui
combobox
ComboBox
Sets the callback to execute for this ComboBox.
void
delegate
(
int
)
callback
()
void
callback
(void delegate(int) callback)
class
ComboBox
final
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
Sets the callback to execute for this ComboBox.