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

/inkscape/src/ui/
H A Ddraw-anchor.cpp75 SPDrawAnchor *sp_draw_anchor_test(SPDrawAnchor *anchor, Geom::Point w, bool activate) argument
79 if ( activate && ( Geom::LInfty( w - anchor->dc->getDesktop().d2w(anchor->dp) ) <= (ctrl->box.width() / 2.0) ) ) {
/inkscape/src/
H A Ddesktop.cpp616 * Set activate property of desktop; emit signal if changed.
632 * Set activate status of current desktop's named view.
635 SPDesktop::activate_guides(bool activate) argument
637 guides_active = activate;
638 namedview->activateGuides(this, activate);

Completed in 14 milliseconds