Paned.add1

void add1(gtk.widget.Widget child)

Adds a child to the top or left pane with default parameters. This is equivalent to gtk_paned_pack1 (paned, child, FALSE, TRUE).

Parameters

childthe child to add