]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/grid.h
Don't generate any events from wxSpinCtrl and wxSpinCtrlDouble methods.
[wxWidgets.git] / interface / wx / grid.h
index e55affd1871428e90b6609aff89087017f869af7..dd3d78770a9dc7799fa680e5d550a1df73084bfc 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);
 };
 
 /**