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

/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp361 this->AddPage(_page_node, _("Node"), iter_tools, PREFS_PAGE_TOOLS_NODE);
362 AddSelcueCheckbox(_page_node, "/tools/nodes", true);
363 AddGradientCheckbox(_page_node, "/tools/nodes", true);
364 _page_node.add_group_header( _("Path outline"));
366 _page_node.add_line( false, "", _t_node_pathoutline_color, "", _("Selects the color used for showing the path outline"), false);
368 _page_node.add_line( true, "", _t_node_show_outline, "", _("Show outlines for all paths, not only invisible paths"));
370 _page_node.add_line( true, "", _t_node_live_outline, "", _("Update the outline when dragging or transforming nodes; if this is off, the outline will only update when completing a drag"));
372 _page_node.add_line( true, "", _t_node_live_objects, "", _("Update paths when dragging or transforming nodes; if this is off, paths will only be updated when completing a drag"));
374 _page_node.add_line( true, "", _t_node_show_path_direction, "", _("Visualize the direction of selected paths by drawing small arrows in the middle of each outline segment"));
376 _page_node
[all...]
H A Dinkscape-preferences.h143 UI::Widget::DialogPage _page_node; member in class:Inkscape::UI::Dialog::InkscapePreferences

Completed in 22 milliseconds