X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5e10e234e2325fa6e25b23098470c5015e07a01..1b7751aaa9a86d76a850b9267bc0c201e3cea30f:/interface/wx/validate.h diff --git a/interface/wx/validate.h b/interface/wx/validate.h index 13aa8c1288..e8e18f6ddd 100644 --- a/interface/wx/validate.h +++ b/interface/wx/validate.h @@ -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.