GtkContainer::add
void add(GtkWidget widget);
    Adds the given widget to the container.
When a child is added to the container the "add" is emitted.
     Most multi-child containers provide an alternative, more powerful method
     for adding children to the container. add()  should normally only be called on
     bins.