wxWidgets/include/wx/gtk
Robin Dunn abdb7725e1 In wxGTK2 the wxMessageDialog is not a real wxDialog so its m_widget
will always be NULL there will be a wxCHECK asserts triggered whenever
calling base class methods that are valid calls (or just ignored) on
other wx ports.  Added a set of macros to be used to test m_widget
that will bypass the wxFAIL if the window is a wxMessageDialog.  This
will silence those asserts if the window is a wxMessageDialog and will
let the method doing the check just be ignored in that case.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-01 21:29:35 +00:00
..
.cvsignore
accel.h
app.h
bitmap.h
bmpbuttn.h
brush.h
button.h
checkbox.h
checklst.h
choice.h
clipbrd.h
colour.h
combobox.h Change SetStringSelection to return bool like in other classes and ports 2004-04-27 19:59:35 +00: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
fontdlg.h
frame.h Applied patch for hiding statusbar. 2004-04-18 10:27:11 +00:00
gauge.h
gdiobj.h
glcanvas.h
icon.h
listbox.h
mdi.h
menu.h Fix wxGTK's menu and menubar so Insert does something other than 2004-04-22 22:05:52 +00:00
menuitem.h
minifram.h
msgdlg.h
notebook.h
pen.h
popupwin.h
private.h In wxGTK2 the wxMessageDialog is not a real wxDialog so its m_widget 2004-05-01 21:29:35 +00:00
radiobox.h implemented GetBestSize() 2004-04-01 13:55:21 +00:00
radiobut.h
region.h
scrolbar.h
scrolwin.h
slider.h
spinbutt.h
spinctrl.h
statbmp.h
statbox.h
statline.h
stattext.h
tbargtk.h
textctrl.h
tglbtn.h
timer.h
tooltip.h
toplevel.h
treectrl.h
win_gtk.h
window.h