Exemplo n.º 1
0
def gui():
    wx.InitAllImageHandlers()
    a = wx.GetApp()
    a.main = pylab_helper_frame.create(None)
    a.main.Show()
    a.SetTopWindow(a.main)
    return a
Exemplo n.º 2
0
def gui():
    wx.InitAllImageHandlers()
    a = wx.GetApp()
    a.main = pylab_helper_frame.create(None)
    a.main.Show()
    a.SetTopWindow(a.main)
    return a
Exemplo n.º 3
0
 def OnInit(self):
     wx.InitAllImageHandlers()
     self.main = pylab_helper_frame.create(None)
     self.main.Show()
     self.SetTopWindow(self.main)
     return True
Exemplo n.º 4
0
 def OnInit(self):
     wx.InitAllImageHandlers()
     self.main = pylab_helper_frame.create(None)
     self.main.Show()
     self.SetTopWindow(self.main)
     return True