X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c78d8a70f5ef13f05a00eb2507b7581f61b09a27..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/valtext.h diff --git a/interface/wx/valtext.h b/interface/wx/valtext.h index b96a580090..0102328ad4 100644 --- a/interface/wx/valtext.h +++ b/interface/wx/valtext.h @@ -2,8 +2,7 @@ // Name: valtext.h // Purpose: interface of wxTextValidator // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -42,7 +41,7 @@ enum wxTextValidatorStyle wxFILTER_DIGITS, /// Non-numeric characters are filtered out. - /// Works like @c wxFILTER_SIMPLE_NUMBER but allows also decimal points, + /// Works like @c wxFILTER_DIGITS but allows also decimal points, /// minus/plus signs and the 'e' or 'E' character to input exponents. /// Note that this is not the same behaviour of wxString::IsNumber(). wxFILTER_NUMERIC, @@ -77,7 +76,8 @@ enum wxTextValidatorStyle @library{wxcore} @category{validator} - @see @ref overview_validator, wxValidator, wxGenericValidator + @see @ref overview_validator, wxValidator, wxGenericValidator, + wxIntegerValidator, wxFloatingPointValidator */ class wxTextValidator : public wxValidator {