]> 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 bdbe3aeea4f1a97fde40394899c9e5aea2c599e7..5a1c4e81d9773e470537bf65c4c9fe22db3301af 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        validate.h
 // Purpose:     interface of wxValidator
 // Author:      wxWidgets team
 // Name:        validate.h
 // Purpose:     interface of wxValidator
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
     For more information, please see @ref overview_validator.
 
 
     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}
 
     @stdobjects
     ::wxDefaultValidator
 
     @library{wxcore}
     @category{validator}
 
     @stdobjects
     ::wxDefaultValidator
 
-    @see @ref overview_validator, wxTextValidator, wxGenericValidator
+    @see @ref overview_validator, wxTextValidator, wxGenericValidator,
+        wxIntegerValidator, wxFloatingPointValidator
 */
 class wxValidator : public wxEvtHandler
 {
 */
 class wxValidator : public wxEvtHandler
 {
@@ -83,6 +77,11 @@ public:
     */
     static void SuppressBellOnError(bool suppress = true);
 
     */
     static void SuppressBellOnError(bool suppress = true);
 
+    /**
+       Returns if the error sound is currently disabled.
+    */
+    static bool IsSilent();
+    
     /**
         Associates a window with the validator.
 
     /**
         Associates a window with the validator.