Searched refs:valuestr (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/ |
H A D | extension.h | 304 inline static void add_val(Glib::ustring labelstr, Glib::ustring valuestr, Gtk::Grid * table, int * row); 306 inline static void add_val(Glib::ustring labelstr, Glib::ustring valuestr, Gtk::Table * table, int * row);
|
H A D | extension.cpp | 788 void Extension::add_val(Glib::ustring labelstr, Glib::ustring valuestr, Gtk::Grid * table, int * row) argument 790 void Extension::add_val(Glib::ustring labelstr, Glib::ustring valuestr, Gtk::Table * table, int * row) 798 value = Gtk::manage(new Gtk::Label(valuestr));
|
Completed in 17 milliseconds