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

/inkscape/src/widgets/
H A Dcalligraphy-toolbar.cpp261 //gint preset_index = ege_select_one_action_get_active( sel );
348 guint preset_index = ege_select_one_action_get_active( act ); local
352 if (preset_index == 0) {
359 if (preset_index == save_presets_index) {
370 // preset_index is one-based so we subtract 1
374 if (preset_index - 1 < presets.size()) {
375 preset_path = presets.at(preset_index - 1);

Completed in 15 milliseconds