]> git.saurik.com Git - wxWidgets.git/commit - src/generic/srchctlg.cpp
Set the string to search for in wxSearchCtrl events.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Jul 2010 10:44:18 +0000 (10:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Jul 2010 10:44:18 +0000 (10:44 +0000)
commitac63bc407e598145299f8d9e7fdf7d37314a6658
treeb359c651e2a0549c648395f8b1a77880bdc7dac0
parent68abd97d19358a93a00e16402d3a717eeb594441
Set the string to search for in wxSearchCtrl events.

It's more convenient to have the string to search for directly in the event
object than to retrieve it from wxSearchCtrl itself as it had to be done
before.

Closes #4665.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/srchctrl.h
samples/widgets/searchctrl.cpp
src/generic/srchctlg.cpp
src/osx/srchctrl_osx.cpp