| Hi, I'm trying to emulate the type of ComboBox that is found in MS 
Access, for example, in which there is text completion, and the user can hit either 
TAB or Enter to select the completed text and move on to the next input field in the 
window.   Gtk_ComboBox doesnt seem to be able to take text completion, 
and I havent figured out how to get the TAB or Enter to automatically pick up the text 
completion from a Gtk_Entry and Gtk_Entry_Completion combination.  Any help would be 
appreciated. Zvi |