Gtk.MenuItem.prototype.select

function select():void {
    // Gjs wrapper for gtk_menu_item_select()
}

Emits the Gtk.select signal on the given item. Behaves exactly like #gtk_item_select.