Gtk.Paned.prototype.pack2

function pack2(child:Gtk.Widget, resize:Boolean, shrink:Boolean):void {
    // Gjs wrapper for gtk_paned_pack2()
}

Adds a child to the bottom or right pane.

child

the child to add

resize

should this child expand when the paned widget is resized.

shrink

can this child be made smaller than its requisition.