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

Method getRowByAbs

gui/display.py:273–278  ·  view source on GitHub ↗
(self, pointAbs)

Source from the content-addressed store, hash-verified

271 return colItem.GetBackgroundColour()
272
273 def getRowByAbs(self, pointAbs):
274 if pointAbs == wx.Point(-1, -1):
275 return -1
276 pointRel = self.screenToClientFixed(pointAbs)
277 row, flags = self.HitTest(pointRel)
278 return row
279
280 def screenToClientFixed(self, ptScreen):
281 """

Callers 11

spawnMenuMethod · 0.80
spawnMenuMethod · 0.80
contextMenuMethod · 0.80
spawnMenuMethod · 0.80
spawnMenuMethod · 0.80
spawnMenuMethod · 0.80
spawnMenuMethod · 0.80
spawnMenuMethod · 0.80
spawnMenuMethod · 0.80
spawnMenuMethod · 0.80
spawnMenuMethod · 0.80

Calls 2

screenToClientFixedMethod · 0.95
HitTestMethod · 0.45

Tested by

no test coverage detected