added InitCommandEventWithItems() and call it from wxChoice and wxComboBox code to...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 May 2006 15:48:27 +0000 (15:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 May 2006 15:48:27 +0000 (15:48 +0000)
commit593ac33e50ab0b01f6186773fa646104d410f365
treecf8d3665ec3e1a0f531f42fbb587b0d14a333f49
parent9b7d3c09883392271af57f440f41ea6f2208ab55
added InitCommandEventWithItems() and call it from wxChoice and wxComboBox code to ensure that per item client data is set correctly in the generated events (replaces patch 1476171; closes bug 1470505)

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