]> git.saurik.com Git - wxWidgets.git/commit - src/msw/combobox.cpp
Add wxControlWithItems::SendSelectionChangedEvent() helper.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2012 23:48:59 +0000 (23:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2012 23:48:59 +0000 (23:48 +0000)
commit7bc740719c93355e447db5c9bcb24cf7cdc29b61
treed6d16c23659f79fb4cd921da3abf1877ab898e43
parent4d3845c073617a5849cca7a0aa6b8ee889564b28
Add wxControlWithItems::SendSelectionChangedEvent() helper.

Reuse the same event generation code for wxChoice in wxMSW, wxGTK and wxOSX
and also wxComboBox in wxMSW and wxGTK instead of duplicating it (incompletely
and so partially incorrectly in wxOSX case).

This is just a refactoring so no changes in behaviour.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/ctrlsub.h
src/common/ctrlsub.cpp
src/gtk/choice.cpp
src/msw/choice.cpp
src/msw/combobox.cpp
src/osx/choice_osx.cpp