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

/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp180 void InkscapePreferences::AddSelcueCheckbox(DialogPage &p, Glib::ustring const &prefs_path, bool def_value) argument
183 cb->init ( _("Show selection cue"), prefs_path + "/selcue", def_value);
187 void InkscapePreferences::AddGradientCheckbox(DialogPage &p, Glib::ustring const &prefs_path, bool def_value) argument
190 cb->init ( _("Enable gradient editing"), prefs_path + "/gradientdrag", def_value);
194 void InkscapePreferences::AddConvertGuidesCheckbox(DialogPage &p, Glib::ustring const &prefs_path, bool def_value) { argument
196 cb->init ( _("Conversion to guides uses edges instead of bounding box"), prefs_path + "/convertguides", def_value);
200 void InkscapePreferences::AddDotSizeSpinbutton(DialogPage &p, Glib::ustring const &prefs_path, double def_value) argument
203 sb->init ( prefs_path + "/dot-size", 0.0, 1000.0, 0.1, 10.0, def_value, false, false);
209 void InkscapePreferences::AddBaseSimplifySpinbutton(DialogPage &p, Glib::ustring const &prefs_path, double def_value) argument
212 sb->init ( prefs_path + "/base-simplify", 0.0, 100.0, 1.0, 10.0, def_value, fals
[all...]

Completed in 13 milliseconds