Re: Sharing Gtk.Adjustment objects among several Gtk.SpinButton widgets

2016-11-15 Thread Damien Caliste
Hello, Le 14/11/2016, Pozz Pozz a écrit : > Of course, I'm supponsing the case of several parameters that have > different values but the same range properties (min, max, page > step, ...) You may implement your use case using bindings. You have a master GtkAdjusment, or even better a derived GOb

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 retrieve > > and > > save the row and c

GTK+ 2 and prelight

2016-11-15 Thread Gabriele Greco
... still trying to build from a graphics designer mockup :) There is a way to override the .gtkrc-2.0 file to avoid button prelight state? I want the some widgets (mostly toggle buttons) to keep their actual state (normal or active) also if the cursor is on them. It's a functional behaviour, no