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

/inkscape/src/
H A Ddesktop.h261 Inkscape::Display::TemporaryItem * add_temporary_canvasitem (SPCanvasItem *item, guint lifetime, bool move_to_bottom = true);
H A Ddesktop.cpp470 * move_to_bottom = true by default so the item does not interfere with handling of other items on the canvas like nodes.
473 SPDesktop::add_temporary_canvasitem (SPCanvasItem *item, guint lifetime, bool move_to_bottom) argument
475 if (move_to_bottom) {

Completed in 23 milliseconds