]> git.saurik.com Git - wxWidgets.git/commit - src/gtk/textentry.cpp
Generate clipboard events for wxComboBox in wxGTK too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2012 22:08:15 +0000 (22:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2012 22:08:15 +0000 (22:08 +0000)
commit1043456035b60331b7faed24e69f81e94bd2cf85
tree8060ead749f0175b38d9049e363e8b1b9f83c060
parent756ead6f83b2bc794aeb76755f5fe11fb3f11728
Generate clipboard events for wxComboBox in wxGTK too.

These events were only generated for wxTextCtrl but should be sent for
non-readonly wxComboBox too, so refactor the code to allow its reuse from
wxComboBox.

Also add EVT_TEXT_PASTE handlers for both controls to the widgets sample for
testing.

Closes #14520.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/gtk/textentry.h
samples/widgets/combobox.cpp
samples/widgets/textctrl.cpp
src/gtk/combobox.cpp
src/gtk/textctrl.cpp
src/gtk/textentry.cpp