Home
last modified time | relevance | path

Searched refs:yview_moveto (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/turtledemo/
D__main__.py209 self._canvas.yview_moveto(0.5*(self.canvheight-cheight)/self.canvheight)
/third_party/python/Lib/idlelib/
Dsidebar.py360 self.sidebar_text.yview_moveto(args[0])
Dtree.py179 self.canvas.yview_moveto(fraction)
Dconfigdialog.py2386 canvas.yview_moveto(0)
/third_party/python/Lib/
Dturtle.py374 self._canvas.yview_moveto(0.5*(self.canvheight- self.height + 30) /
385 self._canvas.yview_moveto(0.5*(self.canvheight-cheight)/self.canvheight)
/third_party/python/Lib/tkinter/
D__init__.py1959 def yview_moveto(self, fraction): member in YView