Files
wxWidgets/include/wx/gtk
Vadim Zeitlin 52ae67ef86 Replace dynamic casts with virtual wxWindow::WXGetTextEntry()
Instead of checking for all text-like controls one by one in
wxCommandEvent::GetString(), call a virtual function checking for this.

This is simpler, less error-prone and faster -- at the cost of
increasing the vtbl size of all wxWindow-derived classes.

Closes https://github.com/wxWidgets/wxWidgets/pull/1696
2020-01-09 23:25:49 +01:00
..
2015-08-26 22:49:53 +02:00
2014-03-30 00:02:23 +00: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