Adds widget to container. Typically used for simple containers
such as gtk.Window, gtk.Frame, or gtk.Button; for more complicated
layout containers such as gtk.Box or gtk.Grid, this function will
pick default packing parameters that may not be correct. So
consider functions such as Box.packStart and
Grid.attach as an alternative to Container.add in
those cases. A widget may be added to only one container at a time;
you can’t place the same widget inside two different containers.
Note that some containers, such as gtk.ScrolledWindow or gtk.ListBox,
may add intermediate children between the added widget and the
container.
Adds widget to container. Typically used for simple containers such as gtk.Window, gtk.Frame, or gtk.Button; for more complicated layout containers such as gtk.Box or gtk.Grid, this function will pick default packing parameters that may not be correct. So consider functions such as Box.packStart and Grid.attach as an alternative to Container.add in those cases. A widget may be added to only one container at a time; you can’t place the same widget inside two different containers.
Note that some containers, such as gtk.ScrolledWindow or gtk.ListBox, may add intermediate children between the added widget and the container.