Add XRC handler for wxToolbook.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Oct 2010 18:56:28 +0000 (18:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Oct 2010 18:56:28 +0000 (18:56 +0000)
commit4689441b050787afee8b9113ca1ea574e551cb77
tree8cd030fceaf8495f21ae8b7fd82687dc701ebea9
parentfe97acf0e3b423984fb615c0ce060d9f00f6f0f8
Add XRC handler for wxToolbook.

Closes #11615.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
21 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_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc7_xrc.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc8_xrc.vcproj
build/msw/wx_vc9_core.vcproj
build/msw/wx_vc9_xrc.vcproj
build/msw/wx_xrc.dsp
docs/changes.txt
docs/doxygen/overviews/xrc_format.h
include/wx/xrc/xh_all.h
include/wx/xrc/xh_toolbk.h [new file with mode: 0644]
samples/xrc/rc/controls.xrc
src/xrc/xh_toolbk.cpp [new file with mode: 0644]
src/xrc/xmlrsall.cpp