Ejemplo n.º 1
0
 def invokeLater(self, func, args=[], kwargs={}):
     if not self.flag.isSet():
         wx.wxPostEvent(self.frame, InvokeEvent(func, args, kwargs))
Ejemplo n.º 2
0
 def postEvent(win,**keywords):
     """Post an event from within a thread to the dialog win."""
     wx.wxPostEvent(win,Event(**keywords))
Ejemplo n.º 3
0
 def postEvent(win, **keywords):
     """Post an event from within a thread to the dialog win."""
     wx.wxPostEvent(win, Event(**keywords))