Ejemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     WxController.__init__(self, *args, **kwargs)
     self.ipython0.ask_exit = self.do_exit
     # Scroll to top
     maxrange = self.GetScrollRange(wx.VERTICAL)
     self.ScrollLines(-maxrange)
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     WxController.__init__(self, *args, **kwargs)
     self.ipython0.ask_exit = self.do_exit
     # Scroll to top
     maxrange = self.GetScrollRange(wx.VERTICAL)
     self.ScrollLines(-maxrange)