Gtk.Widget.prototype.mnemonic_activate
function mnemonic_activate(group_cycling:Boolean):Boolean {
// Gjs wrapper for gtk_widget_mnemonic_activate()
}Emits the Gtk.mnemonic-activate signal.
The default handler for this signal activates the widget if group_cycling is false, and just grabs the focus if group_cycling is true.
- group_cycling
true if there are other widgets with the same mnemonic
- Returns
true if the signal has been handled