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

Method OnSysColourChanged

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

Source from the content-addressed store, hash-verified

783 self.SetBackgroundStyle(wx.BG_STYLE_PAINT)
784
785 def OnSysColourChanged(self, event):
786 for tab in self.tabs:
787 tab.InitTab()
788 self.Refresh()
789
790 def OnSize(self, event):
791 self.UpdateSize()

Callers

nothing calls this directly

Calls 2

InitTabMethod · 0.80
RefreshMethod · 0.45

Tested by

no test coverage detected