Implement native wxAuiTabArt for MSW
This wxAuiTabArt implementation uses Windows uxtheme API to draw AUI tabs. A fallback to generic tab art is implemented for the bottom tabs or if uxtheme is not available (disabled by user or no manifest file). Closes https://github.com/wxWidgets/wxWidgets/pull/105
This commit is contained in:
@@ -140,6 +140,7 @@ wxGTK:
|
||||
wxMSW:
|
||||
|
||||
- Make default wxSizer border DPI-aware.
|
||||
- Implement native tab art for wxAUI (Tobias Taschner).
|
||||
- Improve wxMimeTypesManager open command detection (Eric Jensen).
|
||||
- Make wxFILTER_INCLUDE_LIST in wxTextValidator actually usable.
|
||||
- Fix handling crashes in wxEVT_PAINT event handlers.
|
||||
|
Reference in New Issue
Block a user