wxWidgets/include/wx/qt
Mariano Reingart 9f009d128f Fix SIGSEGV due bad pointer in wxMessageDialog (wxQT)
m_qtWindow should be used instead of m_qtMessageBox (removed). If not, PostCreation() cannot call wxMessageDialog::GetHandle() as it is virtual (and it is called from the ctor), so it fails to set the base window pointer, raising a SIGSEGV in wxWindow::DoSetSize (for more info, see architecture in docs)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-12-24 19:19:27 +00:00
..
private Re-added wxQtPointer smart pointer for easier memory management. 2014-09-16 12:50:57 +00:00
accel.h
anybutton.h
app.h
bitmap.h
bmpbuttn.h
brush.h
button.h
calctrl.h Restore Kolya Kosenko copyrights on parts of wxQt code. 2014-12-10 01:04:11 +00:00
checkbox.h
checklst.h
choice.h
clipbrd.h
clrpicker.h
colordlg.h
colour.h Restore Kolya Kosenko copyrights on parts of wxQt code. 2014-12-10 01:04:11 +00:00
combobox.h
control.h
ctrlsub.h
cursor.h non-pch build fix after r78134 2014-11-11 07:50:33 +00:00
dataform.h
dataobj2.h
dataobj.h
dataview.h
dc.h
dcclient.h
dcmemory.h
dcprint.h
dcscreen.h Implement readonly dcscreen for wxQT, thanks @seandpagnier 2014-09-29 04:16:57 +00:00
defs.h
dialog.h
dirdlg.h
dnd.h
dvrenderer.h
dvrenderers.h Add GetDefaultType() to all standard wxDataViewRenderer-derived classes. 2014-12-20 21:51:54 +00:00
evtloop.h
filedlg.h
font.h Improve wxQT cursor implementation, thanks @seandepagnier 2014-09-29 02:55:33 +00:00
fontdlg.h
frame.h Fix frame client size in wxQT, thanks @seandepagnier 2014-09-29 03:01:42 +00:00
gauge.h
glcanvas.h
listbox.h
listctrl.h Improve specific listctrl wxQT, thanks @seandpagnier 2014-09-29 04:21:26 +00:00
mdi.h
menu.h
menuitem.h
minifram.h
msgdlg.h Fix SIGSEGV due bad pointer in wxMessageDialog (wxQT) 2014-12-24 19:19:27 +00:00
notebook.h
palette.h
pen.h
popupwin.h
printdlg.h
printqt.h
radiobox.h
radiobut.h
region.h
scrolbar.h
slider.h
spinbutt.h
spinctrl.h
statbmp.h
statbox.h
statline.h
stattext.h
statusbar.h
taskbar.h
textctrl.h
textentry.h
tglbtn.h
timer.h
toolbar.h Use wxTB_DEFAULT_STYLE as default value for wxToolBar style. 2014-11-07 14:59:33 +00:00
tooltip.h
toplevel.h
treectrl.h
window.h Remove unused event table in wxQT, thanks @seandepagnier 2014-09-29 03:49:29 +00:00