Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/turtle/
DturtleDemo.py108 self._canvas.yview_moveto(0.5*(self.canvheight-cheight)/self.canvheight)
/external/python/cpython2/Lib/idlelib/
DTreeWidget.py154 self.canvas.yview_moveto(fraction)
DconfigDialog.py1427 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.py1580 def yview_moveto(self, fraction): member in YView