git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34403
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// never finish.
wxTheApp->RemoveIdleTag();
// never finish.
wxTheApp->RemoveIdleTag();
// disable log flushing from here because a call to wxYield() shouldn't
// normally result in message boxes popping up &c
wxLog::Suspend();
// disable log flushing from here because a call to wxYield() shouldn't
// normally result in message boxes popping up &c
wxLog::Suspend();
while (gtk_events_pending())
gtk_main_iteration();
while (gtk_events_pending())
gtk_main_iteration();
// return value of Processidle().
ProcessIdle();
// return value of Processidle().
ProcessIdle();
// let the logs be flashed again
wxLog::Resume();
// let the logs be flashed again
wxLog::Resume();
// never finish.
wxTheApp->RemoveIdleTag();
// never finish.
wxTheApp->RemoveIdleTag();
// disable log flushing from here because a call to wxYield() shouldn't
// normally result in message boxes popping up &c
wxLog::Suspend();
// disable log flushing from here because a call to wxYield() shouldn't
// normally result in message boxes popping up &c
wxLog::Suspend();
while (gtk_events_pending())
gtk_main_iteration();
while (gtk_events_pending())
gtk_main_iteration();
// return value of Processidle().
ProcessIdle();
// return value of Processidle().
ProcessIdle();
// let the logs be flashed again
wxLog::Resume();
// let the logs be flashed again
wxLog::Resume();