]> git.saurik.com Git - wxWidgets.git/commit - src/gtk1/textctrl.cpp
added wxTextCtrl::ChangeValue() which is the same as SetValue() but doesn't send...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Oct 2006 17:46:12 +0000 (17:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Oct 2006 17:46:12 +0000 (17:46 +0000)
commitf6519b40fe9f5e4706e02497fe01ff71c65079d6
tree20a2df877739b65c66844a793a23caba905f2a32
parent1d6fcbcc7088e9c104b3dc5b4704a07f728d55ae
added wxTextCtrl::ChangeValue() which is the same as SetValue() but doesn't send the text changed event (first part of patch 1553551)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
docs/latex/wx/text.tex
include/wx/cocoa/textctrl.h
include/wx/gtk/textctrl.h
include/wx/gtk1/textctrl.h
include/wx/mac/carbon/textctrl.h
include/wx/motif/textctrl.h
include/wx/msw/textctrl.h
include/wx/msw/wince/textctrlce.h
include/wx/os2/textctrl.h
include/wx/palmos/textctrl.h
include/wx/textctrl.h
include/wx/univ/textctrl.h
include/wx/x11/textctrl.h
samples/text/text.cpp
src/gtk/textctrl.cpp
src/gtk1/textctrl.cpp
src/mac/carbon/textctrl.cpp
src/motif/textctrl.cpp
src/msw/textctrl.cpp
src/msw/wince/textctrlce.cpp
src/os2/textctrl.cpp
src/palmos/textctrl.cpp
src/univ/textctrl.cpp
src/x11/textctrl.cpp