A few other tweaks, reduced some flicker in the demo, and etc...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user