]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
Remove plot.cpp
[wxWidgets.git] / include / wx / generic / grid.h
index 21ad06b098d4d4c724819726bb03e6fe3e1da52f..2f8296cec44067b047eaf83b3d28c35fff570621 100644 (file)
@@ -1314,6 +1314,12 @@ public:
 
     bool IsSelection();
 
+    // ------ deselection
+    //
+    void DeselectRow( int row );
+    void DeselectCol( int col );
+    void DeselectCell( int row, int col );
+
     void ClearSelection();
 
     bool IsInSelection( int row, int col );