X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4322906f97b2f6994b33182cb6a889fd899f3012..b736d59eb531794e6b1cef2b4997c517569ff0dd:/interface/wx/grid.h diff --git a/interface/wx/grid.h b/interface/wx/grid.h index e55affd187..dd3d78770a 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -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); }; /**