Gtk.Button.prototype.get_focus_on_click

function get_focus_on_click():Boolean {
    // Gjs wrapper for gtk_button_get_focus_on_click()
}

Returns whether the button grabs focus when it is clicked with the mouse. See Gtk.set_focus_on_click.

Since 2.4

Returns

true if the button grabs focus when it is clicked with the mouse.