X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5e10e234e2325fa6e25b23098470c5015e07a01..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/validate.h?ds=sidebyside 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.