MCPcopy Index your code
hub / github.com/secdev/scapy / onFrameConfigure

Method onFrameConfigure

scapy/modules/ticketer.py:401–403  ·  view source on GitHub ↗

Reset the scroll region to encompass the inner frame

(self, event)

Source from the content-addressed store, hash-verified

399 self.onFrameConfigure(None)
400
401 def onFrameConfigure(self, event):
402 """Reset the scroll region to encompass the inner frame"""
403 self.canvas.configure(scrollregion=self.canvas.bbox("all"))
404
405 def onCanvasConfigure(self, event):
406 """Reset the canvas window to encompass inner frame when required"""

Callers 1

__init__Method · 0.95

Calls 1

configureMethod · 0.80

Tested by

no test coverage detected