Searched refs:attr_name (Results 1 - 4 of 4) sorted by relevance
| /inkscape/src/ |
| H A D | preferences.cpp | 545 gchar const *attr_name = g_quark_to_string(name); local 546 if ( _filter.empty() || (_filter == attr_name) ) { 568 notify_path.append(attr_name);
|
| /inkscape/src/ui/dialog/ |
| H A D | xml-tree.cpp | 67 attr_name (), 216 attr_name.set_tooltip_text(_("Attribute name") ); // TRANSLATORS: "Attribute" is a noun here 217 attr_name.set_width_chars (10); 218 attr_hbox.pack_start( attr_name, TRUE, TRUE, 0); 263 attr_name.signal_changed().connect(sigc::mem_fun(*this, &XmlTree::onNameChanged)); 760 self->attr_name.set_text(name); 784 gchar *attr_name = 0; local 786 gtk_tree_model_get (model, &iter, 0, &attr_name, -1); 788 if (!strcmp(name, attr_name)) { 795 if (attr_name) { [all...] |
| H A D | xml-tree.h | 216 Gtk::Entry attr_name; member in class:Inkscape::UI::Dialog::XmlTree
|
| /inkscape/src/xml/ |
| H A D | repr-io.cpp | 907 Glib::ustring attr_name="xmlns:"; local 908 attr_name.append(g_quark_to_string(prefix)); 909 GQuark key = g_quark_from_string(attr_name.c_str());
|
Completed in 69 milliseconds