Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
InitTab
Method · 0.80
Refresh
Method · 0.45
Tested by
no test coverage detected