gtkContainerChildType {RGtk2} | R Documentation |
Returns the type of the children supported by the container.
gtkContainerChildType(object)
|
[GtkContainer ] a GtkContainer |
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.
Derived by RGtkGen from GTK+ documentation