Searched refs:KEYS (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/io/ |
H A D | resource.h | 32 KEYS, enumerator in enum:Inkscape::IO::Resource::Type
|
H A D | resource.cpp | 41 case KEYS: temp = INKSCAPE_KEYSDIR; break; 69 case KEYS: name = "keys"; break;
|
/inkscape/src/ |
H A D | shortcuts.cpp | 57 using Inkscape::IO::Resource::KEYS; 95 shortcutfile = Glib::ustring(get_path(SYSTEM, KEYS, "default.xml")); 99 try_shortcuts_file(get_path(USER, KEYS, "default.xml")); 163 char const *filename = get_path(USER, KEYS, "default.xml"); 397 char const *filename = get_path(USER, KEYS, "default.xml"); 407 char const *filename = get_path(USER, KEYS, "default.xml"); 431 char const *filename = get_path(USER, KEYS, "default.xml"); 499 char const *filename = get_path(USER, KEYS, "default.xml");
|
/inkscape/src/ui/dialog/ |
H A D | inkscape-preferences.cpp | 1550 tooltip += Glib::ustring(IO::Resource::get_path(IO::Resource::USER, IO::Resource::KEYS, "default.xml"));
|
Completed in 26 milliseconds