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

/inkscape/src/extension/internal/
H A Dtext_reassemble.c453 last = cxi->cx[src].kids.used - 1;
456 trec = cxi->cx[src].kids.members[0]; /* for this complex type there is only ever one member */
471 trec = cxi->cx[src].kids.members[i];
499 trec = cxi->cx[src].kids.members[last];
547 trec = cxi->cx[dst].kids.members[0]; /* complex whose first text record holds vadvance for this complex */
548 trec = cxi->cx[trec].kids.members[0]; /* text record that halds vadvance for this complex */
1041 \param type TR_TEXT (index is for tpi->chunks[]) or TR_LINE (index is for cxi->kids[])
1049 status = csp_insert(&(cxi->cx[cxi->used].kids), src);
1059 \param type TR_LINE (src is an index for tpi->chunks[]) or TR_PARA (src is an index for cxi->kids[]).
1067 status = csp_insert(&(cxi->cx[cxi->used-1].kids), sr
[all...]
H A Dtext_reassemble.h247 CHILD_SPECS kids; /**< immediate child nodes of this complex, for type TR_TEXT the member in struct:__anon75
/inkscape/src/ui/
H A Dpreviewholder.cpp173 std::vector<Gtk::Widget*>kids = _insides->get_children(); local
174 int childCount = (int)kids.size();
179 Gtk::Widget* target = kids[childCount - (j + 1)];
/inkscape/src/widgets/
H A Dege-adjustment-action.cpp979 GList* kids = gtk_container_get_children( GTK_CONTAINER(ggp) ); local
980 if ( kids ) {
986 GList* mid = g_list_find( kids, curr );
1008 g_list_free( kids );

Completed in 1418 milliseconds