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

Method SetPageTitleExtra

gui/chrome_tabs.py:312–317  ·  view source on GitHub ↗
(self, i, text, refresh=True)

Source from the content-addressed store, hash-verified

310 self.Refresh()
311
312 def SetPageTitleExtra(self, i, text, refresh=True):
313 tab = self.tabs_container.tabs[i]
314 tab.extraText = text
315 if refresh:
316 self.tabs_container.AdjustTabsSize()
317 self.Refresh()
318
319 def SetPageIcon(self, i, icon, refresh=True):
320 tab = self.tabs_container.tabs[i]

Callers 1

updateExtraTextMethod · 0.80

Calls 2

RefreshMethod · 0.95
AdjustTabsSizeMethod · 0.80

Tested by

no test coverage detected