コード例 #1
0
ファイル: btmaketorrentgui.py プロジェクト: weedy/BitTornado
 def invokeLater(self, func, args=[], kwargs={}):
     if not self.flag.isSet():
         wx.wxPostEvent(self.frame, InvokeEvent(func, args, kwargs))
コード例 #2
0
ファイル: thread.py プロジェクト: CrazyPython/SPE
 def postEvent(win,**keywords):
     """Post an event from within a thread to the dialog win."""
     wx.wxPostEvent(win,Event(**keywords))
コード例 #3
0
 def postEvent(win, **keywords):
     """Post an event from within a thread to the dialog win."""
     wx.wxPostEvent(win, Event(**keywords))