]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/validate.h
Disable test for setting the creation time under Unix.
[wxWidgets.git] / interface / wx / validate.h
index fcaa6a76cb8cc83144436e5f21429f87a11e3acd..e8e18f6ddd605c9bba65441fbbc9d8e82b0613dc 100644 (file)
 
     For more information, please see @ref overview_validator.
 
-    @beginWxPythonOnly
-    If you wish to create a validator class in wxPython you should derive the
-    class from @c wxPyValidator in order to get Python-aware capabilities for
-    the various virtual methods.
-    @endWxPythonOnly
-
     @library{wxcore}
     @category{validator}
 
@@ -84,6 +78,11 @@ public:
     */
     static void SuppressBellOnError(bool suppress = true);
 
+    /**
+       Returns if the error sound is currently disabled.
+    */
+    static bool IsSilent();
+    
     /**
         Associates a window with the validator.