State of Data and AI Literacy Report 2025
Download Now
Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkContainerChildType: gtkContainerChildType
Description
Returns the type of the children supported by the container.
Usage
gtkContainerChildType(object)
Arguments
object
a
GtkContainer
Value
GType
] a
GType
.
Details
Note that this may return
G_TYPE_NONE
to indicate that no more children can be added, e.g. for a
GtkPaned
which already has two children.