]> git.saurik.com Git - wxWidgets.git/commit
add XRC handler for wxSearchCtrl (extended patch 1751516)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Aug 2007 21:10:14 +0000 (21:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Aug 2007 21:10:14 +0000 (21:10 +0000)
commitc7db82dced50cce6ac8440a442a8fd3f6e25c2ab
treee67647b7d950df00c1323eeececde4375839bbec
parentb8b7b087775eb1136789dcd7ff6419fc038a01d6
add XRC handler for wxSearchCtrl (extended patch 1751516)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 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_xrc.dsp
docs/changes.txt
include/wx/xrc/xh_all.h
include/wx/xrc/xh_srchctrl.h [new file with mode: 0644]
samples/xrc/rc/controls.xrc
src/xrc/xh_srchctrl.cpp [new file with mode: 0644]
src/xrc/xmlrsall.cpp