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()

Cristina.

···

-------------------------------------------------------
Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV AntiVirus.
Xnet automatically scans all messages for viruses using RAV AntiVirus.

Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate variantele lor.
Va rugam sa luati in considerare ca exista un risc de fiecare data cand deschideti
fisiere atasate si ca MobiFon nu este responsabila pentru nici un prejudiciu cauzat
de virusi.

Disclaimer: RAV AntiVirus may not be able to detect all new viruses and variants.
Please be aware that there is a risk involved whenever opening e-mail attachments
to your computer and that MobiFon is not responsible for any damages caused by
viruses.

C. Iacob wrote:

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
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!