X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..fb5117ce44fad7b0a856e5ac1d82e53c389f3248:/interface/wx/valtext.h diff --git a/interface/wx/valtext.h b/interface/wx/valtext.h index 079677a7b6..f0d03f5f97 100644 --- a/interface/wx/valtext.h +++ b/interface/wx/valtext.h @@ -42,7 +42,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 +77,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 {