Add XRC handler for wxBannerWindow and a test for it to the xrc sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Aug 2011 12:18:56 +0000 (12:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Aug 2011 12:18:56 +0000 (12:18 +0000)
commitae2047c32a7a90f7b0e0b600b3e88a5ef9ff1fe0
tree963e20da688eb20e759491e057be91ca02a6be22
parent50c202914e449f57a1d1a6d07447c6988f392005
Add XRC handler for wxBannerWindow and a test for it to the xrc sample.

Also document the new XRC format elements.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68840 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/doxygen/overviews/xrc_format.h
include/wx/xrc/xh_all.h
include/wx/xrc/xh_bannerwindow.h [new file with mode: 0644]
samples/xrc/rc/controls.xrc
samples/xrc/rc/wxbanner.gif [new file with mode: 0644]
src/xrc/xh_bannerwindow.cpp [new file with mode: 0644]
src/xrc/xmlrsall.cpp