will cause a beep. Since the error bell is implemented using [gdk.window.Window.beep], the windowing system may offer ways to configure the error bell in many ways, such as flashing the window or similar visual effects.
Settings.gtkErrorBell
bool gtkErrorBell() @propertyGet gtkErrorBell property.
Returns
When true, keyboard navigation and other input-related errors
void gtkErrorBell(bool propval) @propertySet gtkErrorBell property.
Parameters
propval | When true, keyboard navigation and other input-related errors will cause a beep. Since the error bell is implemented using [gdk.window.Window.beep], the windowing system may offer ways to configure the error bell in many ways, such as flashing the window or similar visual effects. |