]> git.saurik.com Git - wxWidgets.git/commit - src/common/textentrycmn.cpp
Move SendTextUpdatedEvent() down to wxTextEntryBase from wxTextCtrlBase.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 2010 18:46:24 +0000 (18:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 2010 18:46:24 +0000 (18:46 +0000)
commit501358073ba90c87257dd2c3a48a429f9c004f19
tree99a3054ffc606e6cb8f3fbdd54eefbb40f3c4f50
parentca1f7cb56322e35a5bf3d9612cd14c128246947c
Move SendTextUpdatedEvent() down to wxTextEntryBase from wxTextCtrlBase.

This will allow reusing it in wxComboBox implementation as well.

Also add SendTextUpdatedEventIfAllowed() which can be used to only send the
events if they were not blocked at wxTextEntry level.

No real changes otherwise.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/textctrl.h
include/wx/textentry.h
src/cocoa/textctrl.mm
src/common/textcmn.cpp
src/common/textentrycmn.cpp
src/univ/textctrl.cpp