Searched defs:intoafter (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-tag.cpp21 * \param intoafter - move to after the target (false), move inside (sublayer) of the target (true)
23 void SPTag::moveTo(SPObject *target, gboolean intoafter) { argument
43 if (intoafter) {
H A Dsp-item.cpp360 void SPItem::moveTo(SPItem *target, bool intoafter) { argument
367 intoafter = false;
380 if (intoafter) {

Completed in 2231 milliseconds