Gtk.Paned.prototype.add2

function add2(child:Gtk.Widget):void {
    // Gjs wrapper for gtk_paned_add2()
}

Adds a child to the bottom or right pane with default parameters. This is equivalent to <literal>gtk_paned_pack2 (paned, child, TRUE, TRUE)</literal>.

child

the child to add