Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/EventLoopActivator.1.py
2012-04-10 03:16:37 +00:00

12 lines
331 B
Python

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