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

Method onResize

tools/python-3.11.9-amd64/Lib/turtle.py:396–398  ·  view source on GitHub ↗

self-explanatory

(self, event)

Source from the content-addressed store, hash-verified

394 self.vscroll.grid_forget()
395
396 def onResize(self, event):
397 """self-explanatory"""
398 self.adjustScrolls()
399
400 def bbox(self, *args):
401 """ 'forward' method, which canvas itself has inherited...

Callers

nothing calls this directly

Calls 1

adjustScrollsMethod · 0.95

Tested by

no test coverage detected