// Name: validate.h
// Purpose: interface of wxValidator
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
*/
static void SuppressBellOnError(bool suppress = true);
+ /**
+ Returns if the error sound is currently disabled.
+ */
+ static bool IsSilent();
+
/**
Associates a window with the validator.