]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/validate.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / validate.h
index 13aa8c1288c4ed27cd4168ece2d16c26f4c81526..5a1c4e81d9773e470537bf65c4c9fe22db3301af 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        validate.h
 // Purpose:     interface of wxValidator
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -78,6 +77,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.