Add XRC handler for wxCommandLinkButton.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Oct 2010 23:11:20 +0000 (23:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Oct 2010 23:11:20 +0000 (23:11 +0000)
commit53cdd2c11d11b6286936b93158b157610b169edd
tree814b24cb24805b5f4f1ee58e635f5f6f2e558776
parent528f2a25caa22c98af73f5b5cc422b8d4e4b0407
Add XRC handler for wxCommandLinkButton.

Added a handler for wxCommandLinkButton class and a demo of it in the xrc sample.

Closes #12593.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 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_cmdlinkbn.h [new file with mode: 0644]
samples/xrc/rc/controls.xrc
src/xrc/xh_cmdlinkbn.cpp [new file with mode: 0644]
src/xrc/xmlrsall.cpp