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

/inkscape/src/widgets/
H A Dcalligraphy-toolbar.cpp59 std::vector<Glib::ustring> presets = prefs->getAllDirs("/tools/calligraphic/preset");
84 std::vector<Inkscape::Preferences::Entry> preset = prefs->getAllEntries(*i); local
85 for (std::vector<Inkscape::Preferences::Entry>::iterator j = preset.begin(); j != preset.end(); ++j) {
218 gtk_list_store_set( model, &iter, 0, _("No preset"), 1, 0, -1 );
262 Glib::ustring current_profile_name = _("No preset");
267 if (current_profile_name == _("No preset")) {
286 // If there's a preset with the given name, find it and set save_path appropriately
311 // no preset with this name, create
314 save_path = Glib::ustring("/tools/calligraphic/preset")
381 std::vector<Inkscape::Preferences::Entry> preset = prefs->getAllEntries(preset_path); local
[all...]
/inkscape/share/extensions/
H A Dguides_creator.py108 def getVerticalDivisionsFromPreset(preset):
109 # take a "string1;string2" preset
111 str_array = preset.split(';')
116 def getHorizontalDivisionsFromPreset(preset):
117 # take a "string1;string2" preset
119 str_array = preset.split(';')
151 # Define string option "--preset" with default value 'custom'.
215 help = 'Margins preset')

Completed in 15 milliseconds