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

/inkscape/src/ui/
H A Duxmanager.cpp69 Glib::ustring prefPath; local
72 prefPath = "/focus/";
74 prefPath = "/fullscreen/";
76 prefPath = "/window/";
79 return prefPath;
180 Glib::ustring prefPath = getLayoutPrefPath( desktop ); local
181 taskNum = Inkscape::Preferences::get()->getInt( prefPath + "task/taskset", taskNum );
223 Glib::ustring prefPath = getLayoutPrefPath( dtw->desktop ); local
224 Inkscape::Preferences::get()->setInt( prefPath + "task/taskset", taskNum );
H A Dinterface.cpp525 Glib::ustring prefPath; local
528 prefPath = "/focus/";
530 prefPath = "/fullscreen/";
532 prefPath = "/window/";
535 return prefPath;

Completed in 21 milliseconds