X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ed5247448973951b2accfe797386fe07c6a44f4..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/textdlg.h diff --git a/interface/wx/textdlg.h b/interface/wx/textdlg.h index 0a8bb93d7d..04d4d6411b 100644 --- a/interface/wx/textdlg.h +++ b/interface/wx/textdlg.h @@ -2,7 +2,6 @@ // Name: textdlg.h // Purpose: interface of wxPasswordEntryDialog // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -159,6 +158,16 @@ public: void SetTextValidator(wxTextValidatorStyle style = wxFILTER_NONE); //@} + /** + This function sets the maximum number of characters the user can enter + into this dialog. + + @see wxTextEntry::SetMaxLength() + + @since 2.9.5 + */ + void SetMaxLength(unsigned long len); + /** Sets the default text value. */