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

/inkscape/src/ui/tools/
H A Dnode-tool.h81 bool show_outline; member in class:Inkscape::UI::Tools::NodeTool
H A Dnode-tool.cpp138 , show_outline(false)
262 sp_event_context_read(this, "show_outline");
337 } else if (entry_name == "show_outline") {
338 this->show_outline = value.getBool();
339 this->_multipath->showOutline(this->show_outline);

Completed in 20 milliseconds