Made wxGTK's wxEventLoop::IsRunning a little more consistent with
authorRobin Dunn <robin@alldunn.com>
Thu, 23 Sep 2004 00:58:21 +0000 (00:58 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 23 Sep 2004 00:58:21 +0000 (00:58 +0000)
commit9213ca5d473ff8a25e003e46e7ea7f8520f08fb9
tree379177905adf15353bf9658c42bc6fc52a5c612e
parentba3834927e1a9e942c705184bc07f52de4a42f95
Made wxGTK's wxEventLoop::IsRunning a little more consistent with
wxMSW's and uninstall the idle handled like wxYield does so Pending
can eventually return false.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/evtloop.h
src/gtk/evtloop.cpp
src/gtk1/evtloop.cpp