]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wx.App.IsMainLoopRunning
authorRobin Dunn <robin@alldunn.com>
Tue, 5 Oct 2004 20:51:43 +0000 (20:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 5 Oct 2004 20:51:43 +0000 (20:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_app.i

index 1f9f92bacb6eeaec68da2f4f4f29f74c887e5a80..d90949ce139445b7385f7c04958e8c59f116ac25 100644 (file)
@@ -134,6 +134,12 @@ recursively unless the value of ``onlyIfNeeded`` is True.
         "Make sure that idle events are sent again.
 :see: `wx.WakeUpIdle`", "");
 
         "Make sure that idle events are sent again.
 :see: `wx.WakeUpIdle`", "");
 
+    
+    DocDeclStr(
+        static bool , IsMainLoopRunning() const,
+        "Returns True if we're running the main loop, i.e. if the events can
+currently be dispatched.", "");
+    
 
     DocDeclStr(
         virtual int, MainLoop(),
 
     DocDeclStr(
         virtual int, MainLoop(),