MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / set_geometry

Method set_geometry

tools/python-3.11.9-amd64/Lib/turtle.py:445–446  ·  view source on GitHub ↗
(self, width, height, startx, starty)

Source from the content-addressed store, hash-verified

443 return self._canvas
444
445 def set_geometry(self, width, height, startx, starty):
446 self.geometry("%dx%d%+d%+d"%(width, height, startx, starty))
447
448 def ondestroy(self, destroy):
449 self.wm_protocol("WM_DELETE_WINDOW", destroy)

Callers 1

setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected