(self, point)
| 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() |
no test coverage detected