Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.EvtHandler.QueueEvent.1.py

10 lines
186 B
Python

def FunctionInAWorkerThread(strs):
evt = wx.CommandEvent()
evt.SetString(strs)
wx.TheApp.QueueEvent(evt)