KeyWorksRW / wxUiEditor

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

Add support for wxBitmapToggleButton #1346

Closed Randalphwa closed 10 months ago

Randalphwa commented 10 months ago

Essentially a wxToggleButton without a label.

This PR adds support for wxBitmapToggleButton in all three languages. While it is equivalent to a wxToggleButton without a label, it is a separate class in wxWidgets, wxPython and wxRuby3 and so should be supported in wxUiEditor.

I also reordered the dropdown list of buttons since it is continuing to get longer, so alphabetical can help to locate a specific button. Or almost alphabetical -- wxButton is still first on the list, even though wxBitmapToggleButton would come before it alphabetically.