Add wxTextEntryBase::ForwardEnableTextChangedEvents().
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 2010 18:46:35 +0000 (18:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Apr 2010 18:46:35 +0000 (18:46 +0000)
commit356fd0b532205788a46365ade5ecbdb137dbc5fb
treed239068a118585ad3b76140b18cc029e1928622a
parente567904ae6f502226659fac12f22b6a18beb2179
Add wxTextEntryBase::ForwardEnableTextChangedEvents().

Use this method to forward the status of text events in the implementation of
wxComboBox in wxOSX/Carbon. This ensures that the events are correctly [not]
generated when various wxComboBox methods are called.

The unit tests now also pass with wxOSX/Carbon.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/osx/combobox.h
include/wx/textentry.h
src/osx/carbon/combobox.cpp