Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/EventLoopActivator.1.py
2011-12-30 19:17:09 +00:00

12 lines
342 B
Python

class MyEventLoop(wx.EventLoopBase):
def RunMyLoop(self):
loop = MyEventLoop()
activate = wx.EventLoopActivator(loop)
# other code...
# the previously active event loop restored here