GtkPaned::add1

void add1(GtkWidget child);

Adds a child to the top or left pane. This is equivalent to calling pack1() (child, false, true).

See also: add2() , pack1()