A GTK+ user interface is constructed by nesting widgets inside widgets. Container widgets are the inner nodes in the resulting tree of widgets: they contain other widgets. So, for example, you might have a gtk.Window containing a gtk.Frame containing a gtk.Label If you wanted an image instead of a textual label inside the frame, you might replace the gtk.Label widget with a gtk.Image widget.
Undocumented in source.