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:
@@ -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)}
|
||||
|
Reference in New Issue
Block a user