Struct ComboBox
Defined in File GuiWidgetDescription.h
Struct Documentation
-
struct ComboBox
A drop-down / combo-box (“pick one of N”).
items- display strings shown in the list.initial_index- zero-based index of the initially selected item.on_change- called with the new index from the GUI thread.nanogui : nanogui::ComboBox. ImGui : ImGui::Combo.