X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a54cf37118275c43cf03beb9a8960bba0d8a957c..1ec4e9c2b72a01a7ba7da569e0f8d04a81aaba10:/interface/wx/validate.h?ds=sidebyside diff --git a/interface/wx/validate.h b/interface/wx/validate.h index fcaa6a76cb..e8e18f6ddd 100644 --- a/interface/wx/validate.h +++ b/interface/wx/validate.h @@ -26,12 +26,6 @@ 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.