A combobox that displays bitmap in front of the list items.
It currently only allows using bitmaps of one size, and resizes itself
so that a bitmap can be shown next to the text field.
Creation Parameters
- atom parent
- integer id [= -1]
- sequence value [= ""]
- integer x [= -1]
- integer y [= -1]
- integer cx [= -1]
- integer cy [= -1]
- sequence choices [= {}]
- integer style [= 0]
See wxComboBox for additional functions that are available.