Add autocompletion to combo boxes

svn: r490
This commit is contained in:
David Hampton
2001-10-19 01:34:51 +00:00
parent 66c3fa7836
commit cf943fb178
14 changed files with 222 additions and 5 deletions

View File

@@ -120,6 +120,7 @@ class SourceEditor:
self.source_ref = srcref
self.showSource = libglade.GladeXML(const.gladeFile, "sourceDisplay")
self.showSource.signal_autoconnect({
"on_combo_insert_text" : utils.combo_insert_text,
"on_sourceok_clicked" : self.on_sourceok_clicked,
"on_source_changed" : self.on_source_changed,
"destroy_passed_object" : utils.destroy_passed_object