Gtk.Paned.prototype.pack1
function pack1(child:Gtk.Widget, resize:Boolean, shrink:Boolean):void {
// Gjs wrapper for gtk_paned_pack1()
}Adds a child to the top or left 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.