Title: Message
Hello,
 
Question regarding the new GtkComboBoxEntry. According the documentation, this is a text entry field with a dropdown list. With my "normal" GtkEntry I use the signal "focus-out-event". This event works good for me since it responds to both focus change by mouse as by the tab key. My question is, why is this focus-out-event not working with GtkComboBoxEntry? I know you can/have to use "changed" signal to get the text entry field updated with a value from the list, but if I want to type in a text without selection and this text is not in the list, I would like to have to option of "focus-out-event".
 
Can I add this signal to this object? If not what is a good alternative signal to use.
 
focus-out-event was working with the old(er) GtkCombo.
 
Thanks,
Bas.
 
 

Reply via email to