MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / onResize

Method onResize

Python/Turtle.py:293–295  ·  view source on GitHub ↗

self-explanatory

(self, event)

Source from the content-addressed store, hash-verified

291 self.vscroll.grid_forget()
292
293 def onResize(self, event):
294 """self-explanatory"""
295 self.adjustScrolls()
296
297 def bbox(self, *args):
298 """ 'forward' method, which canvas itself has inherited...

Callers

nothing calls this directly

Calls 1

adjustScrollsMethod · 0.95

Tested by

no test coverage detected