GtkComboBox signals

2015-10-25 Thread Pekka Riikonen
I'm trying to work out a seemingly trivial use case with combo box with an entry. I want to receive signal only in two cases: 1. When user types something into the entry and then presses Enter key. 2. When user selects something from the combo box with a mouse. The first one is simple, it'

GtkComboBox signals

2015-10-26 Thread Pekka Riikonen
I'm trying to work out a seemingly trivial use case with combo box with an entry. I want to receive signal only in two cases: 1. When user types something into the entry and then presses Enter key. 2. When user selects something from the combo box with a mouse. The first one is simple, it'