Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds