Gtk.Paned.prototype.add1

function add1(child:Gtk.Widget):void {
    // Gjs wrapper for gtk_paned_add1()
}

Adds a child to the top or left pane with default parameters. This is equivalent to <literal>gtk_paned_pack1 (paned, child, FALSE, TRUE)</literal>.

child

the child to add