DEBSOURCES
Skip Quicknav
sources / wxpython4.0 / 4.0.4%2Bdfsg-2 / docs / sphinx / rest_substitutions / snippets / python / converted / wx.EvtHandler.QueueEvent.1.py
123456789
def FunctionInAWorkerThread(strs): evt = wx.CommandEvent() evt.SetString(strs) wx.TheApp.QueueEvent(evt)