]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/grid.h
Add wxActivateEvent::GetActivationReason().
[wxWidgets.git] / interface / wx / grid.h
index e55affd1871428e90b6609aff89087017f869af7..9eb69fd9f410334fed0a172a91cf6c3a7e3db718 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        grid.h
 // Purpose:     interface of wxGrid and related classes
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -638,6 +637,13 @@ public:
         the maximum width.
     */
     virtual void SetParameters(const wxString& params);
+
+    /**
+        Set validator to validate user input.
+
+        @since 2.9.5
+    */
+    virtual void SetValidator(const wxValidator& validator);
 };
 
 /**
@@ -4297,6 +4303,11 @@ public:
     */
     void SetRowAttr(int row, wxGridCellAttr* attr);
 
+    
+    wxArrayInt CalcRowLabelsExposed( const wxRegion& reg );
+    wxArrayInt CalcColLabelsExposed( const wxRegion& reg );
+    wxGridCellCoordsArray CalcCellsExposed( const wxRegion& reg );
+
     //@}