Files
wxWidgets/include/wx/gtk
Vadim Zeitlin 2c6dcc2e51 Coalesce wxEVT_TEXT events in wxGTK wxTextCtrl and wxComboBox
For consistency with the other platforms, coalesce multiple wxEVT_TEXT
events resulting from a single user action into a single one in wxGTK
too. For example, when pressing a key in a control with some text
selected, wxGTK previously generated 2 wxEVT_TEXT events: one
corresponding to the removal of the selection and another one to the
addition of the new text. Now only a single event with the new text is
generated, as in the other ports.

Doing this requires delaying sending wxEVT_TEXT until GTK itself ends
handling the key press, however we delay it as little as possible, so
hopefully this shouldn't have any visible effects at wx API level.

Closes #10050.
2019-07-10 02:14:21 +02:00
..
2015-08-26 22:49:53 +02:00
2019-07-09 19:37:21 +02:00
2015-09-06 17:20:42 -07:00
2014-03-30 00:02:23 +00:00
2019-01-30 17:35:54 +01:00
2019-01-30 17:35:54 +01:00
2014-03-30 00:02:23 +00:00
2014-03-30 00:02:23 +00:00
2018-09-17 15:24:40 +02:00
2015-08-26 22:49:53 +02:00
2014-03-30 00:02:23 +00:00
2017-09-10 01:02:06 +02:00
2019-01-30 17:35:54 +01:00