wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
6.32k stars 1.79k forks source link

Add support for using multiple rows of tabs in `wxAuiBook` #25073

Open vadz opened 3 weeks ago

vadz commented 3 weeks ago

Instead of scrolling the tabs, it may be preferable to use multiple rows for them, so we want to add wxAUI_NB_MULTILINE (similar to the existing, even if MSW-only, wxNB_MULTILINE) that would enable this.