Home
last modified time | relevance | path

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

/third_party/python/Lib/turtledemo/
D__main__.py208 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
/third_party/python/Lib/
Dturtle.py372 self._canvas.xview_moveto(0.5*(self.canvwidth - self.width + 30) /
384 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
/third_party/python/Lib/idlelib/
Dconfigdialog.py2385 canvas.xview_moveto(0)
/third_party/python/Lib/tkinter/
D__init__.py1938 def xview_moveto(self, fraction): member in XView