X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/763d71e4420363190f63cf0e99e3a391ca7e90c6..c2dac7366ce3bdfaab2d49fc043dceb25b9c0709:/wxPython/src/_extras.py diff --git a/wxPython/src/_extras.py b/wxPython/src/_extras.py index 5289d06a0e..e802d6d65d 100644 --- a/wxPython/src/_extras.py +++ b/wxPython/src/_extras.py @@ -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'