Searched defs:canvasx (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py2285 def canvasx(self, screenx, gridspacing=None): member in class:Canvas
2289 self._w, 'canvasx', screenx, gridspacing))
/external/python/cpython3/Lib/tkinter/
H A D__init__.py2448 def canvasx(self, screenx, gridspacing=None): member in class:Canvas
2452 self._w, 'canvasx', screenx, gridspacing))

Completed in 155 milliseconds