Open vadz opened 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.
wxAUI_NB_MULTILINE
wxNB_MULTILINE
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.