[ CCode ( type_id = "clapper_gtk_container_get_type ()" ) ]
public class Container : Widget, Accessible, Buildable, ConstraintTarget
A simple container widget that holds just one child.
It is designed to work well with OSD overlay, adding some useful functionalities to it, such as width and height that widget should target. This helps with implementing simple adaptive widgets by observing its own width and signalling when adaptive threshold is reached.
You can use this when you need to create a widget that is adaptive or should have a limited maximal width/height.
If you need to have more then single widget as child, place a widget that can hold multiple children such as [class@Gtk.Box] as a single conatiner child and then your widgets into that child.