Home
last modified time | relevance | path

Searched refs:yview_moveto (Results 1 – 10 of 10) 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__.py202 self._canvas.yview_moveto(0.5*(self.canvheight-cheight)/self.canvheight)
/external/python/cpython2/Lib/idlelib/
DTreeWidget.py154 self.canvas.yview_moveto(fraction)
DconfigDialog.py1429 canvas.yview_moveto(0)
/external/python/cpython3/Lib/idlelib/
Dtree.py155 self.canvas.yview_moveto(fraction)
Dconfigdialog.py2280 canvas.yview_moveto(0)
/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/
Dturtle.py373 self._canvas.yview_moveto(0.5*(self.canvheight- self.height + 30) /
384 self._canvas.yview_moveto(0.5*(self.canvheight-cheight)/self.canvheight)
/external/python/cpython3/Lib/tkinter/
D__init__.py1743 def yview_moveto(self, fraction): member in YView