]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/wx.py
A few other tweaks, reduced some flicker in the demo, and etc...
[wxWidgets.git] / wxPython / src / msw / wx.py
index 3ae0ac13d011f6626a2bb90c12c777a3c95eafb6..671a737189ea96a73349c27f7964eabe22e88b1f 100644 (file)
@@ -1583,7 +1583,8 @@ _wxCallAfterId = None
 def wxCallAfter(callable, *args, **kw):
     """
     Call the specified function after the current and pending event
-    handlers have been completed.
+    handlers have been completed.  This is also good for making GUI
+    method calls from non-GUI threads.
     """
     app = wxGetApp()
     assert app, 'No wxApp created yet'