]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/gridsel.h
wxDateTime::IsValid() now returns m_time != (wxLongLong)-1
[wxWidgets.git] / include / wx / generic / gridsel.h
index b521834cc7310299bfb9a9409aec183f1a29471c..c44819a419100464ee7d7f1fd2d3c7b9d22c6434 100644 (file)
@@ -29,6 +29,7 @@ public:
     bool IsSelection();
     bool IsInSelection ( int row, int col );
     void SetSelectionMode(wxGrid::wxGridSelectionModes selmode);
+    wxGrid::wxGridSelectionModes GetSelectionMode() { return m_selectionMode; }
     void SelectRow( int row,
                     bool ControlDown = FALSE,  bool ShiftDown = FALSE,
                     bool AltDown = FALSE, bool MetaDown = FALSE );