Method

GtkContainerget_children

Declaration [src]

GList*
gtk_container_get_children (
  GtkContainer* container
)

Description [src]

Returns the container’s non-internal children. See gtk_container_forall() for details on what constitutes an “internal” child.

Return value

Type: A list of GtkWidget*

A newly-allocated list of the container’s non-internal children.

The caller of the method takes ownership of the returned data container, but not the data inside it.