GtkContainer::add

void add( GtkWidget widget );

add() adds the child widget passed as the parameter to the container.

See also: GtkBin, GtkBox, pack_start() , pack_end() .