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

/inkscape/share/extensions/
H A Dsynfig_prepare.py120 def deselect(self): member in class:InkscapeActionGroup
186 self.deselect()
207 self.deselect()
213 self.deselect()
/inkscape/src/
H A Dgradient-drag.cpp541 // so that it does not automatically update draggers in idle loop, as this would deselect
1703 void GrDragger::deselect() function in class:GrDragger
1722 (*it)->deselect();
1798 * @param add_to_selection If true, add to selection, otherwise deselect others.
1818 dragger->deselect();
1843 * @param dragger The dragger to deselect.
1849 dragger->deselect();
2413 * Select the knot next to the last selected one and deselect all other selected.
2430 * Select the knot previous from the last selected one and deselect all other selected.

Completed in 17 milliseconds