Gtk.Widget.prototype.remove_mnemonic_label
function remove_mnemonic_label(label:Gtk.Widget):void {
// Gjs wrapper for gtk_widget_remove_mnemonic_label()
}Removes a widget from the list of mnemonic labels for this widget. (See Gtk.Widget.prototype.list_mnemonic_labels). The widget must have previously been added to the list with Gtk.Widget.prototype.add_mnemonic_label.
Since 2.4
- label
a Gtk.Widget that was previously set as a mnemnic label for widget with Gtk.Widget.prototype.add_mnemonic_label.