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

/inkscape/src/extension/param/
H A Dradiobutton.h54 Glib::ustring value_from_label(const Glib::ustring label);
H A Dradiobutton.cpp238 Glib::ustring value = _pref->value_from_label(this->get_label());
270 Glib::ustring value = _base->value_from_label(get_active_text());
281 Glib::ustring ParamRadioButton::value_from_label(const Glib::ustring label) function in class:Inkscape::Extension::ParamRadioButton

Completed in 14 milliseconds