GtkPaned::add2

void add2(GtkWidget child);

Adds a child to the bottom or right pane. This is is equivalent to calling pack2() (child, false, true).

See also: add2() , pack1()