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'

Re: GtkComboBox signals

2015-10-28 Thread Stefan Salewski
On Sun, 2015-10-25 at 18:35 +0100, Pekka Riikonen wrote: > second one with "changed" signal on the combobox isn't because the > signal > is emitted also when typing into the entry. It effectively becomes > impossible to determine whether item was typed in or selected from the > list. OK, no ans