Gtk.Window.prototype.remove_mnemonic

function remove_mnemonic(keyval:Number, target:Gtk.Widget):void {
    // Gjs wrapper for gtk_window_remove_mnemonic()
}

Removes a mnemonic from this window.

keyval

the mnemonic

target

the widget that gets activated by the mnemonic