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

Method SetPageTextIcon

gui/chrome_tabs.py:326–330  ·  view source on GitHub ↗
(self, i, text=wx.EmptyString, icon=None)

Source from the content-addressed store, hash-verified

324 self.Refresh()
325
326 def SetPageTextIcon(self, i, text=wx.EmptyString, icon=None):
327 self.SetPageTitle(i, text, False)
328 self.SetPageIcon(i, icon, False)
329 self.tabs_container.AdjustTabsSize()
330 self.Refresh()
331
332 def Refresh(self):
333 self.tabs_container.Refresh()

Callers 1

updateTabMethod · 0.80

Calls 4

SetPageTitleMethod · 0.95
SetPageIconMethod · 0.95
RefreshMethod · 0.95
AdjustTabsSizeMethod · 0.80

Tested by

no test coverage detected