wxWidgets/include/wx/univ
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
..
anybutton.h
app.h
bmpbuttn.h
button.h
checkbox.h
checklst.h
chkconf.h
choice.h
colschem.h
combobox.h Replace dynamic casts with virtual wxWindow::WXGetTextEntry() 2020-01-09 23:25:49 +01:00
control.h
custombgwin.h
dialog.h
frame.h
gauge.h
inpcons.h
inphand.h
listbox.h
menu.h
menuitem.h
notebook.h
panel.h
radiobox.h
radiobut.h
renderer.h
scrarrow.h
scrolbar.h
scrthumb.h
scrtimer.h
setup0.h Fix comment for wxUSE_NATIVE_DATAVIEWCTRL in setup.h 2020-01-03 18:05:02 +01:00
setup_inc.h
slider.h
spinbutt.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h
stdrend.h
textctrl.h
tglbtn.h
theme.h
toolbar.h Don't resize the parent from wxToolBar::SetSize() in wxUniv 2019-11-06 15:06:36 +01:00
toplevel.h
window.h