MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / OnSize

Method OnSize

gui/chrome_tabs.py:790–792  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

788 self.Refresh()
789
790 def OnSize(self, event):
791 self.UpdateSize()
792 event.Skip()
793
794 def UpdateSize(self):
795 """Update tab sizes based on new tab container size"""

Callers

nothing calls this directly

Calls 1

UpdateSizeMethod · 0.95

Tested by

no test coverage detected