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