KeyWorksRW / wxUiEditor

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

Add support for wxStatusBar::AddFieldControl() #1356

Open KeyWorksRW opened 8 months ago

KeyWorksRW commented 8 months ago

Description:

wxWidgets 3.3 adds wxStatusBar::AddFieldControl() making it possible to add controls to the various status bar fields. Support for this should be added, with conditionals for 3.3.

Note that adding any widget as a child isn't going to work, since the index into the field needs to be specified. I.e., a status bar with 4 fields might want the third field to be a checkbox, and normal fields for position 1, 2, and 4.