Returns the data column identifier of the cell at position x. The tree column has ID #0.
(self, x)
| 1297 | |
| 1298 | |
| 1299 | def identify_column(self, x): |
| 1300 | """Returns the data column identifier of the cell at position x. |
| 1301 | |
| 1302 | The tree column has ID #0.""" |
| 1303 | return self.identify("column", x, 0) |
| 1304 | |
| 1305 | |
| 1306 | def identify_region(self, x, y): |