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

/inkscape/share/templates/
H A Di18n.py12 templates = doc.getElementsByTagName('inkscape:_templateinfo') variable
14 if templates:
16 lines = templates[0].getElementsByTagName(element)
/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp1098 // allow easy access to the user's own templates folder
1099 gchar *templates = Inkscape::Application::profile_path("templates"); local
1100 if (Inkscape::IO::file_test(templates, G_FILE_TEST_EXISTS) &&
1101 Inkscape::IO::file_test(templates, G_FILE_TEST_IS_DIR) && g_path_is_absolute(templates)) {
1102 add_shortcut_folder(templates);
1104 g_free(templates);

Completed in 22 milliseconds