示例#1
0
 def hml_combo_key_press_event_cb(self, widget, data=None):
     ui.type_ahead_combo(widget, data)
示例#2
0
 def hml_combo_key_press_event_cb(self, widget, data=None):
     ui.type_ahead_combo(widget, data)
示例#3
0
 def _type_ahead_combo(self, combo, gdk_keyval):
     ui.type_ahead_combo(combo, gdk_keyval)