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

Method getColumn

gui/display.py:266–268  ·  view source on GitHub ↗
(self, point)

Source from the content-addressed store, hash-verified

264 self.refresh(stuff)
265
266 def getColumn(self, point):
267 row, _, col = self.HitTestSubItem(point)
268 return col
269
270 def columnBackground(self, colItem, item):
271 return colItem.GetBackgroundColour()

Callers 15

OnLeftDownMethod · 0.45
insertColumnBySpecMethod · 0.45
removeItemMethod · 0.45
spawnMenuMethod · 0.45
onLeftDoubleClickMethod · 0.45
clickMethod · 0.45
onLeftDoubleClickMethod · 0.45
clickMethod · 0.45
onLeftDoubleClickMethod · 0.45
clickMethod · 0.45
clickMethod · 0.45
onLeftDoubleClickMethod · 0.45

Calls 1

HitTestSubItemMethod · 0.95

Tested by

no test coverage detected