Gtk.Widget::mnemonic_activate

function vfunc_mnemonic_activate(group_cycling:Boolean):Boolean {
}

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