]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/valtext.h
Add wxAuiPaneInfo::IsDockable().
[wxWidgets.git] / interface / wx / valtext.h
index 079677a7b6bf9cda4db6a66ea44d71256a8659b0..b4f9e0491297804e8607c6eefd7983c238c7cead 100644 (file)
@@ -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,