selected row/cell in a grid

> How can I find out which row/cell is selected in a grid? None of the following isn't implemented in wxPython:
>
> wxGrid::GetSelectedCells()
> wxGrid::GetSelectedCols()
> wxGrid::GetSelectedRows()
> wxGrid::GetSelectionBlockTopLeft()
> wxGrid::GetSelectionBlockBottomRight()

They are in the current release, perhaps a few prior ones too...

--
Robin Dunn

They are indeed; I had to install the newest version of wxPython. This did the trick, thank you!

Cristina.