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

/inkscape/share/extensions/
H A Dexport_gimp_palette.py30 childs=node.childNodes
31 for child in childs:
/inkscape/src/live_effects/parameter/
H A Dtogglebutton.cpp133 GList * childs = gtk_container_get_children(GTK_CONTAINER(boxButton->gobj())); local
134 guint totalWidgets = g_list_length (childs);
137 gtk_label_set_text(GTK_LABEL(g_list_nth_data(childs, totalWidgets-1)), param_label.c_str());
139 gtk_label_set_text(GTK_LABEL(g_list_nth_data(childs, totalWidgets-1)), inactiveLabel.c_str());
147 gtk_image_set_from_pixbuf (GTK_IMAGE(g_list_nth_data(childs, 0)), iconPixbuf);

Completed in 15 milliseconds