Gtk.MenuShell.prototype.append

function append(child:Gtk.Widget):void {
    // Gjs wrapper for gtk_menu_shell_append()
}

Adds a new Gtk.MenuItem to the end of the menu shell's item list.

child

The Gtk.MenuItem to add