nanogui ~master (2021-04-26T14:20:51Z)
Dub
Repo
ComboBox.items
nanogui
combobox
ComboBox
Sets the items for this ComboBox.
void
items
(string[] items, string[] itemsShort)
void
items
(string[] i)
class
ComboBox
final
void
items
(
const
string
[]
i
)
auto
items
()
Meta
Source
See Implementation
nanogui
combobox
ComboBox
constructors
this
functions
callback
items
itemsShort
scrollEvent
selectedIndex
variables
mCallback
mItems
mItemsShort
mSelectedIndex
Sets the items for this ComboBox.