Lines Matching +refs:val +refs:entry
18 #include <gtkmm/entry.h>
46 * @param editable pointer to the entry box.
54 * and shows the values in the entry boxes. It is a callback from a
191 const gchar *val = object->getRepr()->attribute(attributes[i].c_str());
192 ee->set_text (val ? val : (const gchar *) "");
238 const gchar *val = _object->getRepr()->attribute(_attributes[i].c_str());
239 _entries[i]->set_text(val ? val : "");
252 const gchar *val = _object->getRepr()->attribute(_attributes[i].c_str());
253 _entries[i]->set_text(val ? val : "");
269 const gchar *val = spat->_object->getRepr()->attribute(attributes[i].c_str());
271 if (val || !text.empty()) {
272 if (text != val) {
275 e->set_text (val ? val : (const gchar *) "");
305 g_warning ("file %s: line %d: Entry signalled change, but there is no such entry", __FILE__, __LINE__);