GtkPaned::add2

void add2( GtkWidget child );

add2() adds the child widget specified to the bottom or right pane of a GtkPaned-based widget.

The only difference between add2() and pack2() is that the packing parameters are not visible to the programmer where add2() is used, and so cannot easily be altered. The settings are identical to the pack2() defaults.