Files
wxWidgets/include/wx/gtk
Vadim Zeitlin 1c946a469a Get rid of overridden wxTextCtrl::DoSetValue() in wxGTK
This method seems completely unnecessary, the base
wxTextEntry::DoSetValue(), which delegates to Remove() and WriteText(),
seems to work just as well and avoids code duplication between this
method and wxTextCtrl::WriteText().

Notice that gtk_text_buffer_set_text() is just a trivial wrapper around
gtk_text_buffer_delete() and gtk_text_buffer_insert() anyhow, so there
is no efficiency loss in not using it neither.
2017-08-24 22:30:33 +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