Gtk.Widget.prototype.has_visible_focus

function has_visible_focus():Boolean {
    // Gjs wrapper for gtk_widget_has_visible_focus()
}

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

To find out if the widget has the global input focus, use Gtk.Widget.prototype.has_focus.

Since 3.2

Returns

true if the widget should display a 'focus rectangle'