Refactor wxAUI: extract wxAuiTabArt in a separate file.

No real changes, just extract wxAuiTabArt into its own file. Also rename
wxAuiDefaultTabArt to wxAuiSimpleTabArt in preparation for having other tab
art classes as the default one.

See #14098.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2012-03-25 17:55:59 +00:00
parent 445a98c7d2
commit 4758baf5eb
18 changed files with 1684 additions and 1495 deletions

View File

@@ -3555,6 +3555,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
src/aui/auibook.cpp
src/aui/auibar.cpp
src/aui/tabmdi.cpp
src/aui/tabart.cpp
</set>
<set var="AUI_HDR" hints="files">
wx/aui/framemanager.h
@@ -3564,6 +3565,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
wx/aui/auibar.h
wx/aui/tabmdi.h
wx/aui/aui.h
wx/aui/tabart.h
</set>
<!-- ====================================================================== -->