Example #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
Example #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
Example #3
0
 def OnInit(self):
     wx.InitAllImageHandlers()
     self.main = pylab_helper_frame.create(None)
     self.main.Show()
     self.SetTopWindow(self.main)
     return True
Example #4
0
 def OnInit(self):
     wx.InitAllImageHandlers()
     self.main = pylab_helper_frame.create(None)
     self.main.Show()
     self.SetTopWindow(self.main)
     return True