X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42fe16e58be724a33c50fcf3911a7ae0fb753cb9..7ddb15416407390de67cc26b04e91ea99a521f57:/include/wx/generic/textdlgg.h diff --git a/include/wx/generic/textdlgg.h b/include/wx/generic/textdlgg.h index 2b78b8d9d7..bbd7c70de5 100644 --- a/include/wx/generic/textdlgg.h +++ b/include/wx/generic/textdlgg.h @@ -62,6 +62,8 @@ public: void SetValue(const wxString& val); wxString GetValue() const { return m_value; } + void SetMaxLength(unsigned long len); + #if wxUSE_VALIDATORS void SetTextValidator( const wxTextValidator& validator ); #if WXWIN_COMPATIBILITY_2_8