Forward WM_{CUT,COPY,PASTE} from edit control to wxComboBox in wxMSW too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jul 2012 21:10:08 +0000 (21:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jul 2012 21:10:08 +0000 (21:10 +0000)
commit75aaa4c5acd8258a34a46b64535040b50815e639
tree43ddf9f51d0bcb7a69b04c02edd634746eec3f0d
parentefaad1f0791999a9711674e264e6345c2086b1fd
Forward WM_{CUT,COPY,PASTE} from edit control to wxComboBox in wxMSW too.

This allows us to receive wxClipboardTextEvents from wxComboBox as well.

Update the documentation to mention this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/event.h
src/msw/combobox.cpp