Home
last modified time | relevance | path

Searched refs:xview_moveto (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Demo/turtle/
DturtleDemo.py107 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
/external/python/cpython3/Lib/turtledemo/
D__main__.py201 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
/external/python/cpython2/Lib/lib-tk/
Dturtle.py395 self._canvas.xview_moveto(0.5*(self.canvwidth - self.width + 30) /
407 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
DTkinter.py1564 def xview_moveto(self, fraction): member in XView
/external/python/cpython3/Lib/
Dturtle.py371 self._canvas.xview_moveto(0.5*(self.canvwidth - self.width + 30) /
383 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py1428 canvas.xview_moveto(0)
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py2279 canvas.xview_moveto(0)
/external/python/cpython3/Lib/tkinter/
D__init__.py1722 def xview_moveto(self, fraction): member in XView