Paned.add2
void add2(gtk.widget.Widget child)Adds a child to the bottom or right pane with default parameters. This is equivalent to gtk_paned_pack2 (paned, child, TRUE, TRUE).
Parameters
child | the child to add |
void add2(gtk.widget.Widget child)Adds a child to the bottom or right pane with default parameters. This is equivalent to gtk_paned_pack2 (paned, child, TRUE, TRUE).
child | the child to add |