MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / getTextExtentW

Method getTextExtentW

gui/builtinStatsViews/outgoingViewFull.py:68–70  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

66 return _t("Remote Reps")
67
68 def getTextExtentW(self, text):
69 width, height = self.parent.GetTextExtent(text)
70 return width
71
72 def populatePanel(self, contentPanel, headerPanel):
73 contentSizer = contentPanel.GetSizer()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected