For efficiency reasons, text controls no longer set the string for each text updated...
authorKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 15:17:05 +0000 (15:17 +0000)
committerKevin Hock <hockkn@yahoo.com>
Tue, 18 Jan 2005 15:17:05 +0000 (15:17 +0000)
commit72e430cd9754a68932bf907d282120f91cb0a040
tree42481b17e19d72da717ebe973ab2d52d0cd0166e
parentab1931f98e0b32115cee53d8276eadc6d4284f38
For efficiency reasons, text controls no longer set the string for each text updated event, but rather query for the string value only when GetString is called from an event handler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/textctrl.cpp
src/gtk1/textctrl.cpp
src/mac/carbon/textctrl.cpp
src/mac/classic/textctrl.cpp
src/msw/textctrl.cpp
src/os2/textctrl.cpp
src/univ/textctrl.cpp