Re: Editable SpinButton on a TreeView: detect *every* changes

2016-11-15 Thread Pozz Pozz
2016-11-15 6:27 GMT+01:00 Tristan Van Berkom : > Hi, > > On Tue, 2016-11-15 at 02:09 +0100, pozzugno wrote: > [...] > > I have tried to catch "editing_started", "editing_canceled" and > > "edited" > > signals of CellRenderer. In "editing_started" callback, I

Re: Editable SpinButton on a TreeView: detect *every* changes

2016-11-14 Thread Tristan Van Berkom
Hi, On Tue, 2016-11-15 at 02:09 +0100, pozzugno wrote: [...] > I have tried to catch "editing_started", "editing_canceled" and > "edited"  > signals of CellRenderer. In "editing_started" callback, I retrieve > and  > save the row and column of the cell the user is going to edit. I > also  >

Re: Editable SpinButton on a TreeView: detect *every* changes

2016-11-14 Thread pozzugno
Il 14/11/2016 18:19, Pozz Pozz ha scritto: I created with success a TreeView based on a ListStore. One column has a SpinButton (actually a GtkCellRendererSpin). Now I want to detect when the user *is* changing the value, i.e. every time he clicks on + or - buttons. If I connect the "edited"

Editable SpinButton on a TreeView: detect *every* changes

2016-11-14 Thread Pozz Pozz
I created with success a TreeView based on a ListStore. One column has a SpinButton (actually a GtkCellRendererSpin). Now I want to detect when the user *is* changing the value, i.e. every time he clicks on + or - buttons. If I connect the "edited" signal, my callack will be called only when the