Paned.pack2
void pack2(gtk.widget.Widget child, bool resize, bool shrink)Adds a child to the bottom or right pane.
Parameters
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. |