Package: gtk

Function gtk-container-child-type

Lambda List

gtk-container-child-type (container)

Arguments

container -- a gtk-container widget

Return Value

A g-type type ID.

Details

Returns the type of the children supported by the container.

Note that this may return +g-type-none+ to indicate that no more children can be added, e.g. for a gtk-paned widget which already has two children.
 

See also

2021-9-12