Package: gtk

Function gtk:widget-has-visible-focus

Lambda List

gtk:widget-has-visible-focus (widget)

Arguments

widget -- a gtk:widget object

Return Value

True if widget should display a focus rectangle.

Details

Determines if the widget should show a visible indication that it has the global input focus. This is a convenience function that takes into account whether focus indication should currently be shown in the toplevel window of widget. See the gtk:window-focus-visible function for more information about focus indication.

To find out if the widget has the global input focus, use the gtk:widget-has-focus function.
 

See also

2025-2-15