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

@@ -82,6 +82,7 @@ class AddSpouse:
"on_select_spouse_clicked" : self.on_select_spouse_clicked,
"on_new_spouse_clicked" : self.on_new_spouse_clicked,
"on_rel_type_changed" : self.on_rel_type_changed,
"on_combo_insert_text" : utils.combo_insert_text,
"destroy_passed_object" : utils.destroy_passed_object
})