MCPcopy Index your code
hub / github.com/python/cpython / onResize

Method onResize

Lib/turtle.py:392–394  ·  view source on GitHub ↗

self-explanatory

(self, event)

Source from the content-addressed store, hash-verified

390 self.vscroll.grid_forget()
391
392 def onResize(self, event):
393 """self-explanatory"""
394 self.adjustScrolls()
395
396 def bbox(self, *args):
397 """ 'forward' method, which canvas itself has inherited...

Callers

nothing calls this directly

Calls 1

adjustScrollsMethod · 0.95

Tested by

no test coverage detected