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

Method OnWindowEnter

gui/pyfa_gauge.py:85–87  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

83 pass
84
85 def OnWindowEnter(self, event):
86 self._show_remaining = True
87 self.Refresh()
88
89 def OnWindowLeave(self, event):
90 self._show_remaining = False

Callers

nothing calls this directly

Calls 1

RefreshMethod · 0.45

Tested by

no test coverage detected