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
This commit is contained in:
Vadim Zeitlin
2012-07-01 21:10:08 +00:00
parent efaad1f079
commit 75aaa4c5ac
2 changed files with 65 additions and 55 deletions

View File

@@ -2159,8 +2159,8 @@ public:
text was copied or cut.
@note
These events are currently only generated by wxTextCtrl under GTK+.
They are generated by all controls under Windows.
These events are currently only generated by wxTextCtrl in wxGTK and wxOSX
but are also generated by wxComboBox without wxCB_READONLY style in wxMSW.
@beginEventTable{wxClipboardTextEvent}
@event{EVT_TEXT_COPY(id, func)}