Is there a way to disable text entry in wxComboBox control, while still allowing the user to select from its list?
style wxCB_READONLY might be worth reading about; but, I am not certain it is what you want.
Switching to wxChoice control is better in my opinion.