Searched refs:add_line (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp184 p.add_line( false, "", *cb, "", _("Whether selected objects display a selection cue (the same as in selector)"));
191 p.add_line( false, "", *cb, "", _("Whether selected objects display gradient editing controls"));
197 p.add_line( false, "", *cb, "", _("Converting an object to guides places these along the object's true edges (imitating the object's shape), not along the bounding box"));
204 p.add_line( false, _("Ctrl+click _dot size:"), *sb, _("times current stroke width"),
213 p.add_line( false, _("Base simplify:"), *sb, _("on dinamic LPE simplify"),
277 p.add_line( true, "", *current, "",
288 p.add_line( true, "", *hb, "", "");
306 p.add_line( true, "", *button, "",
317 _page_tools.add_line( true, "", _t_bbox_visual, "",
320 _page_tools.add_line( tru
[all...]
/inkscape/src/ui/widget/
H A Dpreferences-widget.h290 void add_line(bool indent, Glib::ustring const &label, Gtk::Widget& widget, Glib::ustring const &suffix, Glib::ustring const &tip, bool expand = true, Gtk::Widget *other_widget = NULL);
H A Dpreferences-widget.cpp79 void DialogPage::add_line(bool indent, function in class:Inkscape::UI::Widget::DialogPage

Completed in 20 milliseconds