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

Method InitTab

gui/chrome_tabs.py:472–484  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

470 return newRegion
471
472 def InitTab(self):
473 self.tab_width, self.tab_height = self.tab_size
474
475 self.content_width = self.tab_width - self.left_width - self.right_width
476 self.tab_region = None
477 self.close_region = None
478
479 self.InitColors()
480 self.InitBitmaps()
481
482 self.ComposeTabBack()
483 self.InitTabRegions()
484 self._Render()
485
486 def InitBitmaps(self):
487 """

Callers 4

__init__Method · 0.95
SetSizeMethod · 0.95
SetSelectedMethod · 0.95
OnSysColourChangedMethod · 0.80

Calls 5

InitColorsMethod · 0.95
InitBitmapsMethod · 0.95
ComposeTabBackMethod · 0.95
InitTabRegionsMethod · 0.95
_RenderMethod · 0.95

Tested by

no test coverage detected