]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_extras.py
A few other tweaks, reduced some flicker in the demo, and etc...
[wxWidgets.git] / wxPython / src / _extras.py
index 5289d06a0eb4453f8ed7c89c78fbdc5d262ae175..e802d6d65d5acccf7803ca9719e8129b9dbad6a5 100644 (file)
@@ -659,7 +659,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'