Files
wxWidgets/include/wx/gtk1
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
..
2003-09-27 15:20:28 +00:00
2003-10-09 20:01:49 +00:00
2003-08-09 12:38:21 +00:00
2004-04-18 10:27:11 +00:00
2004-03-10 01:15:30 +00:00
2004-03-20 12:57:46 +00:00
2004-04-01 13:55:21 +00:00
2004-01-22 15:20:34 +00:00
2003-09-23 00:09:18 +00:00