Added wx.App.IsMainLoopRunning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-10-05 20:51:43 +00:00
parent d2518be484
commit 45c82204b9

View File

@@ -135,6 +135,12 @@ recursively unless the value of ``onlyIfNeeded`` is True.
:see: `wx.WakeUpIdle`", ""); :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( DocDeclStr(
virtual int, MainLoop(), virtual int, MainLoop(),
"Execute the main GUI loop, the function doesn't normally return until "Execute the main GUI loop, the function doesn't normally return until