wxWidgets/include/wx/gtk1
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
..
private Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
accel.h
app.h
bitmap.h wxGTK1 : change type of wxMask.GetBitmap() from GdkBitmap* to wxBitmap 2019-12-19 09:20:36 +01:00
bmpbuttn.h Stop using wxBU_AUTODRAW in wxWidgets code 2018-07-21 14:42:06 +02:00
brush.h
button.h
checkbox.h
checklst.h
choice.h
clipbrd.h
colordlg.h
colour.h
combobox.h Replace dynamic casts with virtual wxWindow::WXGetTextEntry() 2020-01-09 23:25:49 +01:00
control.h
cursor.h
dataform.h
dataobj2.h
dataobj.h
dc.h
dcclient.h
dcmemory.h
dcscreen.h
dialog.h
dnd.h
filedlg.h
font.h Fix wxGTK1 build after wxFont API changes 2018-09-17 15:24:42 +02:00
fontdlg.h
frame.h
gauge.h
glcanvas.h Avoid including X11 headers from <wx/glcanvas.h> 2019-08-28 09:37:49 -07:00
listbox.h
mdi.h
menu.h
menuitem.h
minifram.h
msgdlg.h
notebook.h
pen.h
popupwin.h
private.h
radiobox.h
radiobut.h
region.h
scrolbar.h
scrolwin.h
slider.h
spinbutt.h
spinctrl.h
statbmp.h
statbox.h
statline.h
stattext.h Merge recent stattext chages also into WXgtk1 2019-07-09 09:02:14 +02:00
textctrl.h
tglbtn.h
toolbar.h
tooltip.h
toplevel.h
treectrl.h
win_gtk.h
window.h Fix typos in comments and assertion messages 2019-10-08 23:30:22 +02:00