GtkPaned::add1

void add1( GtkWidget child );

add1() adds the child widget specified to the top or left pane of a GtkPaned-based widget.

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