2006-05-21 Don Allingham <don@gramps-project.org>
* src/GrampsWidgets.py (MonitoredEntry.set_text): added function svn: r6745
This commit is contained in:
@@ -280,6 +280,9 @@ class MonitoredEntry:
|
||||
if autolist:
|
||||
AutoComp.fill_entry(obj,autolist)
|
||||
|
||||
def set_text(self, text):
|
||||
self.obj.set_text(text)
|
||||
|
||||
def connect(self, signal, callback):
|
||||
self.obj.connect(signal, callback)
|
||||
|
||||
|
Reference in New Issue
Block a user