#include "wx/evtloop.h"
#include "wx/scopedptr.h"
+#include "wx/testing.h"
#include <gtk/gtk.h>
int wxDialog::ShowModal()
{
+ WX_TESTING_SHOW_MODAL_HOOK();
+
wxASSERT_MSG( !IsModal(), "ShowModal() can't be called twice" );
// release the mouse if it's currently captured as the window having it