GTK+ is branched too

2015-03-17 Thread Matthias Clasen
I've followed Ryans example, and branched GTK+ early too. The gtk-3-16 branch will lead to 3.16.0, and master is open for new stuff, such as Benjamins css node work. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: Help spinbuttons

2015-03-17 Thread Paulo Silva
Hello Roger. I think you misunderstand the concept of callback functions. In your example there is no appropriated callback function to deal with the changes of spin button. And another thing, the 3rd parameters to register a callback function must be a pointer. I suggest to take a look at