Create an empty combo box
Create a new combo box with the given items
Create a new combo box with the given items, providing both short and long descriptive labels for each item
The callback to execute for this ComboBox.
Sets the callback to execute for this ComboBox.
Sets the items for this ComboBox, providing both short and long descriptive lables for each item.
Sets the items for this ComboBox.
The items associated with this ComboBox.
The short descriptions associated with this ComboBox.
Handles mouse scrolling events for this ComboBox.
The current index this ComboBox has selected.
Sets the current index this ComboBox has selected.
The callback for this ComboBox.
The items associated with this ComboBox.
The short descriptions of items associated with this ComboBox.
The current index this ComboBox has selected.
Simple combo box widget based on a popup button.