KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
64 stars 7 forks source link

Investigate support for wxComboCtrl #1381

Open KeyWorksRW opened 8 months ago

KeyWorksRW commented 8 months ago

Description:

wxComboCtrl is supported by both wxPython and wxRuby, and there is a C++ sample app that uses it. I'm not sure yet how much wxUiEditor can offer given that it a user-defined custom popup must be used, but it should at least be checked out to see if wxUiEditor can be helpful in creating a wxComboCtrl.

KeyWorksRW commented 6 months ago

This will need to be supported in order to resolve #1446