Home
last modified time | relevance | path

Searched refs:canvasy (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dtree.py168 visible_top = self.canvas.canvasy(0)
170 visible_bottom = self.canvas.canvasy(visible_height)
/third_party/python/Lib/
H A Dturtle.py615 -self.cv.canvasy(event.y)/self.yscale)
633 -self.cv.canvasy(event.y)/self.yscale)
653 -self.cv.canvasy(event.y)/self.yscale)
673 -self.cv.canvasy(event.y)/self.yscale)
/third_party/python/Lib/tkinter/
H A D__init__.py2811 def canvasy(self, screeny, gridspacing=None): member in Canvas
2815 self._w, 'canvasy', screeny, gridspacing))

Completed in 13 milliseconds