]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/validate.h
Interface fixes for Phoenix
[wxWidgets.git] / interface / wx / validate.h
index 13aa8c1288c4ed27cd4168ece2d16c26f4c81526..e8e18f6ddd605c9bba65441fbbc9d8e82b0613dc 100644 (file)
@@ -78,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.