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

Method getTextExtentW

gui/builtinStatsViews/capacitorViewFull.py:39–41  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

37 return _t("Capacitor")
38
39 def getTextExtentW(self, text):
40 width, height = self.parent.GetTextExtent(text)
41 return width
42
43 def populatePanel(self, contentPanel, headerPanel):
44 contentSizer = contentPanel.GetSizer()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected