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

/inkscape/src/
H A Dpreferences.cpp462 * @param unit_abbr The string of the unit (abbreviated).
464 void Preferences::setDoubleUnit(Glib::ustring const &pref_path, double value, Glib::ustring const &unit_abbr) argument
466 Glib::ustring str = Glib::ustring::compose("%1%2",value,unit_abbr);

Completed in 12 milliseconds