Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: spflanze on January 23, 2020, 05:30:45 am

Title: wxComboBox text entry only disable
Post by: spflanze on January 23, 2020, 05:30:45 am
Is there a way to disable text entry in wxComboBox control, while still allowing the user to select from its list?
Title: Re: wxComboBox text entry only disable
Post by: stahta01 on January 23, 2020, 05:34:01 am
style wxCB_READONLY might be worth reading about; but, I am not certain it is what you want.
Title: Re: wxComboBox text entry only disable
Post by: oBFusCATed on January 23, 2020, 08:33:21 am
Switching to wxChoice control is better in my opinion.