Is there any way to clear the selection of a combobox with style wxCB_READONLY? I'm trying with combo.SetStringSelection ('') or combo.SetStringSelection(None) but it doesn't work because the value that i want to set selected isn't in the choices list.