Files
wxWidgets/src
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
..
2017-07-04 13:15:14 -06:00
2017-07-30 09:58:28 +02:00
2017-01-07 01:12:11 +02:00
2017-07-20 08:10:33 -07:00
2017-07-30 10:38:06 +02:00