Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/turtle/
DturtleDemo.py108 self._canvas.yview_moveto(0.5*(self.canvheight-cheight)/self.canvheight)
/external/python/cpython3/Lib/turtledemo/
D__main__.py209 self._canvas.yview_moveto(0.5*(self.canvheight-cheight)/self.canvheight)
/external/python/cpython3/Lib/idlelib/
Dsidebar.py360 self.sidebar_text.yview_moveto(args[0])
Dtree.py179 self.canvas.yview_moveto(fraction)
Dconfigdialog.py2386 canvas.yview_moveto(0)
/external/python/cpython2/Lib/idlelib/
DTreeWidget.py154 self.canvas.yview_moveto(fraction)
DconfigDialog.py1429 canvas.yview_moveto(0)
/external/python/cpython3/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)
/external/python/cpython2/Lib/lib-tk/
Dturtle.py397 self._canvas.yview_moveto(0.5*(self.canvheight- self.height + 30) /
408 self._canvas.yview_moveto(0.5*(self.canvheight-cheight)/self.canvheight)
DTkinter.py1585 def yview_moveto(self, fraction): member in YView
/external/python/cpython3/Lib/tkinter/
D__init__.py1959 def yview_moveto(self, fraction): member in YView