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

Method mouseHit

gui/itemStats.py:210–213  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

208 pass
209
210 def mouseHit(self, event):
211 tab, _ = self.nbContainer.HitTest(event.Position)
212 if tab != -1:
213 self.nbContainer.SetSelection(tab)
214
215 def OnWindowClose(self):
216 mutaPanel = getattr(self, 'mutator', None)

Callers

nothing calls this directly

Calls 2

SetSelectionMethod · 0.80
HitTestMethod · 0.45

Tested by

no test coverage detected