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

Method OnWindowEnter

gui/builtinShipBrowser/raceSelector.py:249–257  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

247 self.Refresh()
248
249 def OnWindowEnter(self, event):
250 if not self.animate:
251 return
252
253 if not self.checkTimer.IsRunning():
254 self.checkTimer.Start(self.checkPeriod, wx.TIMER_ONE_SHOT)
255 self.checkMaximize = True
256
257 event.Skip()
258
259 def OnWindowLeave(self, event):
260 if self.hoveredItem is not None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected