diff --git a/wxPython/src/grid.i b/wxPython/src/grid.i index 02430ee598..45ac9c3c09 100644 --- a/wxPython/src/grid.i +++ b/wxPython/src/grid.i @@ -1807,6 +1807,10 @@ public: const wxArrayInt GetSelectedRows() const; const wxArrayInt GetSelectedCols() const; + void DeselectRow( int row ); + void DeselectCol( int col ); + void DeselectCell( int row, int col ); + // This function returns the rectangle that encloses the block of cells // limited by TopLeft and BottomRight cell in device coords and clipped