// wxComboBox: a combination of text control and a listbox
// ----------------------------------------------------------------------------
// wxComboBox: a combination of text control and a listbox
// ----------------------------------------------------------------------------
// we delegate our client data handling to wxListBox which we use for the
// items, so override this and other methods dealing with the client data
// we delegate our client data handling to wxListBox which we use for the
// items, so override this and other methods dealing with the client data
virtual int DoInsertItems(const wxArrayStringsAdapter& items,
unsigned int pos,
void **clientData, wxClientDataType type);
virtual int DoInsertItems(const wxArrayStringsAdapter& items,
unsigned int pos,
void **clientData, wxClientDataType type);