Searched defs:canvheight (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 360 canvwidth=600, canvheight=500): argument 384 def reset(self, canvwidth=None, canvheight=None, bg = None): argument 780 def _resize(self, canvwidth=None, canvheight=None, bg=None): argument 1402 def screensize(self, canvwidth=None, canvheight=None, bg=None): argument
|