Sets our main struct and passes it to the parent class.
Finds a child property of a container class by name.
Get the main Gtk struct
the main Gtk struct as a void*
Modifies a subclass of #GtkContainerClass to automatically add and remove the border-width setting on GtkContainer. This allows the subclass to ignore the border width in its size request and allocate methods. The intent is for a subclass to invoke this in its class_init function.
Installs child properties on a container class.
Installs a child property on a container class.
Returns all child properties of a container class.
the main Gtk struct
Base class for containers.