Add support for wxAuiNotebook to XRC.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Oct 2012 13:51:58 +0000 (13:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Oct 2012 13:51:58 +0000 (13:51 +0000)
commit00b4e7c946860a23696ea5189c7da2eefbeb3e3b
tree4bd6b9123048ddaa94154ab7ff95fe5999dea7d2
parenta3b9c43bbc6bf71b6b618d4e2a71231e9cd431dc
Add support for wxAuiNotebook to XRC.

Add wxAuiNotebookXmlHandler to "aui" library, now that we can do it without
adding a dependency of it on "xrc" one.

Closes #10889.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72728 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
docs/changes.txt
docs/doxygen/overviews/xrc_format.h
include/wx/xrc/xh_auinotbk.h [new file with mode: 0644]
src/xrc/xh_auinotbk.cpp [new file with mode: 0644]