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

/inkscape/src/widgets/
H A Dsp-xmlview-tree.cpp654 NodeData anode; local
655 anode.tree = tree;
656 anode.repr = repr;
657 anode.rowref = NULL;
659 gtk_tree_model_foreach(GTK_TREE_MODEL(tree->store), foreach_func, &anode);
660 if (anode.rowref != NULL) {
661 tree_ref_to_iter(tree, iter, anode.rowref);
670 NodeData *anode = static_cast<NodeData *>(user_data); local
673 if (anode->repr == iter_repr) {
674 GtkTreeRowReference *rowref = tree_iter_to_ref (anode
[all...]

Completed in 999 milliseconds