[POS-commit] r3229 - kiwi/trunk/kiwi/ui
Johan Dahlin
jdahlin at async.com.br
Wed Apr 5 10:50:30 BRT 2006
Author: jdahlin
Date: Wed Apr 5 10:50:29 2006
New Revision: 3229
Modified:
kiwi/trunk/kiwi/ui/comboentry.py
Log:
Add label text accessor
Modified: kiwi/trunk/kiwi/ui/comboentry.py
==============================================================================
--- kiwi/trunk/kiwi/ui/comboentry.py (original)
+++ kiwi/trunk/kiwi/ui/comboentry.py Wed Apr 5 10:50:29 2006
@@ -523,6 +523,9 @@
treeiter = self.entry.get_iter_from_obj(obj)
self.set_active_iter(treeiter)
+ def set_label_text(self, text):
+ self._popup.set_label_text(text)
+
# IconEntry
def set_pixbuf(self, pixbuf):
More information about the POS-commit
mailing list