wxGrid and row/column label editing

Hi All,

I am trying to find an intelligent and quick way to let a user edit row/column labels of a grid. I know I could catch a double-click on any label, display an input dialog and put back the result in the label, but I was looking for something faster (I.e., less actions), such as, for example, in-place editing. Does anyone know if this is possible or does anyone have a better approach for that?

Thank you.

Andrea.