Refactor wxAUI: extract wxAuiTabArt in a separate file.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Mar 2012 17:55:59 +0000 (17:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Mar 2012 17:55:59 +0000 (17:55 +0000)
commit4758baf5eb87bd1f1251a21e3fa8e5d658b9a3b6
treefeebcdd61ce4d712f62bfe8db50bce6053acb34a
parent445a98c7d2e4341603d4d8d2384c19ab9cd04ccc
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
18 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_aui.dsp
build/msw/wx_core.dsp
build/msw/wx_vc7_aui.vcproj
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_aui.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_aui.vcproj
build/msw/wx_vc9_core.vcproj
include/wx/aui/auibook.h
include/wx/aui/tabart.h [new file with mode: 0644]
src/aui/auibook.cpp
src/aui/tabart.cpp [new file with mode: 0644]