Searched refs:setupcanvas (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 460 def setupcanvas(self, width, height, cwidth, cheight): member in _Root 3579 self._root.setupcanvas(width, height, canvwidth, canvheight)
|
/external/python/cpython3/Lib/ |
D | turtle.py | 436 def setupcanvas(self, width, height, cwidth, cheight): member in _Root 3688 self._root.setupcanvas(width, height, canvwidth, canvheight)
|