]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/grid.h
Recognize VC12 (a.k.a. MSVS 2013) and define __VISUALC12__ for it.
[wxWidgets.git] / interface / wx / grid.h
index e55affd1871428e90b6609aff89087017f869af7..2bdabe866a6e211220ba74037795d3e79522fc62 100644 (file)
@@ -638,6 +638,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);
 };
 
 /**