Instead of having wxComboCtrl mimic wxTextEntry interface, make it actually inherit...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 16 Dec 2010 17:21:49 +0000 (17:21 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 16 Dec 2010 17:21:49 +0000 (17:21 +0000)
commitfda62793585ef3ebaa8823be7c1a3e3538e5349a
treec5382eb8e4274edb822529a6201f09a17dc35d7d
parent25199f9859ebfb704f9630588bd3fd57d8e3bba3
Instead of having wxComboCtrl mimic wxTextEntry interface, make it actually inherit from the class and implement functions to redirect to the embedded wxTextCtrl. This allows us to simplify the code and get rid of the dirty trick of directing wxComboCtrl's validator to the embedded wxTextCtrl. Also see #12779, which issue 1 is fixed by this change.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/combo.h
include/wx/generic/combo.h
include/wx/msw/combo.h
interface/wx/combo.h
src/common/combocmn.cpp
src/common/valtext.cpp
src/generic/combog.cpp
src/msw/combo.cpp