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

/inkscape/src/
H A Dtext-editing.cpp583 /** moves all the children of \a from_repr to \a to_repr, either before
586 static void move_child_nodes(Inkscape::XML::Node *from_repr, Inkscape::XML::Node *to_repr, bool prepend = false) argument
592 if (prepend) to_repr->addChild(child, NULL);
593 else to_repr->appendChild(child);

Completed in 62 milliseconds