]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/valtext.h
Make storing non-trivial data in wxThreadSpecificInfo possible.
[wxWidgets.git] / interface / wx / valtext.h
index 079677a7b6bf9cda4db6a66ea44d71256a8659b0..0102328ad4460f2579a864737b6f0d5c1b41dadc 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        valtext.h
 // Purpose:     interface of wxTextValidator
 // Author:      wxWidgets team
 // Name:        valtext.h
 // Purpose:     interface of wxTextValidator
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -42,7 +41,7 @@ enum wxTextValidatorStyle
     wxFILTER_DIGITS,
 
     /// Non-numeric characters are filtered out.
     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,
     /// 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}
 
     @library{wxcore}
     @category{validator}
 
-    @see @ref overview_validator, wxValidator, wxGenericValidator
+    @see @ref overview_validator, wxValidator, wxGenericValidator,
+        wxIntegerValidator, wxFloatingPointValidator
 */
 class wxTextValidator : public wxValidator
 {
 */
 class wxTextValidator : public wxValidator
 {