]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/gridsel.h
Applied patch [ 600051 ] DDE and TCP improvements and fixes
[wxWidgets.git] / include / wx / generic / gridsel.h
index b521834cc7310299bfb9a9409aec183f1a29471c..6567e38bfa980554c0d0ead92522aef836d2c566 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef __WXGRIDSEL_H__
 #define __WXGRIDSEL_H__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "gridsel.h"
 #endif
 
@@ -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 );