Paned.pack1
void pack1(gtk.widget.Widget child, bool resize, bool shrink)Adds a child to the top or left 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. |