Searched refs:children2 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dtoolbox.cpp1280 GList* children2 = gtk_container_get_children(GTK_CONTAINER(child2)); local
1281 if (children2) {
1282 for (GList* curr2 = children2; curr2; curr2 = g_list_next(curr2)) {
1293 g_list_free(children2);

Completed in 18 milliseconds