Files
wxWidgets/include/wx/gtk
Artur Wieczorek 8317bc2844 Fix determining the length of the text in wxTextEntry/wxTextCtrl (wxGTK)
Several functions of wxTextEntry and wxTextCtrl call to
gtk_entry_get_text_length() API to determine the length of the text in
GTKEntry. This API is available since GTK+ 2.14 so we have to implement
a fallback method for older GTK+ versions.
Dedicated function GTKGetEntryTextLength() is implemented in wxTextEntry
and exposed through its interface because it is also used in wxTextCtrl.
2017-07-31 21:39:48 +02:00
..
2015-08-26 22:49:53 +02:00
2015-09-06 17:20:42 -07:00
2014-03-30 00:02:23 +00:00
2014-03-30 00:02:23 +00:00
2016-12-11 15:20:42 +01:00
2014-03-30 00:02:23 +00:00
2015-09-06 17:20:42 -07:00
2015-08-26 22:49:53 +02:00
2014-03-30 00:02:23 +00:00
2013-11-10 18:13:27 +00:00