It can be displayed as static list with editable or read-only text field; or a drop-down list with text field; or a drop-down list without a text field.
Clears the data inside of a wxComboBox specified by combo.
Used to count the number of items in a wxChoice.
This goes to a ComboBox specified by combo and deletes the number in the box corresponding to item. It starts at the top with 0 being the first on the drop-down list.
Returns the item number of the item in the ComboBox with the specified string. The top item is 0 instead of 1, so be sure to take that into account.
Returns the string for item.
Returns the string in the edit box of the combo box.
This sets the text of the box in a wxComboBox to text.