]> git.saurik.com Git - wxWidgets.git/commit - include/wx/aui/tabartgtk.h
Improve wxAuiNotebook appearance when using some GTK themes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Oct 2012 12:09:13 +0000 (12:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Oct 2012 12:09:13 +0000 (12:09 +0000)
commit9fa99f045e39341d64b4ecffbaab6385d9982cee
treec0e0c20382f90beea53aafffcf79b742be87a36b
parent1bcef6701be81d1f4473eb5a297bdf20fa292d98
Improve wxAuiNotebook appearance when using some GTK themes.

Let wxAuiNotebook render the border itself, instead of doing it in dock art
class. This allows the notebook to do it correctly for the current theme.

Closes #14710.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/aui/tabart.h
include/wx/aui/tabartgtk.h
src/aui/auibook.cpp
src/aui/dockart.cpp
src/aui/tabart.cpp
src/aui/tabartgtk.cpp