Home | History | Annotate | Download | only in gtk

Lines Matching refs:children

137 // drawing and propagates the expose event to the container's children.
141 GList* children = gtk_container_get_children(GTK_CONTAINER(widget));
142 for (GList* item = children; item; item = item->next) {
147 g_list_free(children);
559 // search depth to all children of top-level windows.