Package: gtk

Function gtk:widget-is-focus

Lambda List

gtk:widget-is-focus (widget)

Arguments

widget -- a gtk:widget object

Return Value

True if the widget is the focus widget.

Details

Determines if the widget is the focus widget within its toplevel. This does not mean that the has-focus property is necessarily set. The has-focus property will only be set if the toplevel widget additionally has the global input focus.
 

See also

2025-2-13