Пример #1
0
 def invokeLater(self, func, args=[], kwargs={}):
     if not self.flag.isSet():
         wx.wxPostEvent(self.frame, InvokeEvent(func, args, kwargs))
Пример #2
0
 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))