Re: GTK3 - GtkExpander problem, bug ?

2018-03-07 Thread Daniel Boles
On 6 March 2018 at 18:26, <gtk-devel-list-requ...@gnome.org> wrote: > Message: 1 > Date: Wed, 13 Dec 2017 03:16:59 +0100 > From: S?bastien Le Roux <sebastien.ler...@ipcms.unistra.fr> > To: gtk-app-devel-l...@gnome.org, gtk-devel-list@gnome.org > Subject: GTK3

Re: GTK3 - GtkExpander problem, bug ?

2018-03-06 Thread Tilo Villwock
Hello Sébastien, attaching images isn't allowed on here. Have you created a minimal working example that reproduces the bug? Otherwise it'll be hard to help you. Cheers, Tilo ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: GTK3 - GtkExpander problem, bug ?

2018-03-06 Thread Sébastien Le Roux
Dear Eric, thanks for your answer, and yes it is pretty much the same, the differences in my case, are: I use toggle buttons and I do not use  a grid. Thanks you for providing me with this nice working example, I played with it to illustrate the bug because it happens with your code too,

GTK3 - GtkExpander problem, bug ?

2018-03-06 Thread Sébastien Le Roux
Dear all thanks in advance for reading this, I wrote a piece of code in GTK3, and I might have found an issue with the GtkExpander widget, shorter than a long text explanation, I attach to this email a screen capture from a window from my program. This window contains a bunch of GtkExpander,

Re: GTK3 - GtkExpander problem, bug ?

2017-12-15 Thread Eric Cashon via gtk-app-devel-list
Thanks Matthias. I probably should have checked bugzilla first. Just rebuilt GTK to version 3.22.26 and it works fine. There is no click through after closing the expander. Eric ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: GTK3 - GtkExpander problem, bug ?

2017-12-15 Thread Eric Cashon via gtk-devel-list
Thanks Matthias. I probably should have checked bugzilla first. Just rebuilt GTK to version 3.22.26 and it works fine. There is no click through after closing the expander. Eric ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: GTK3 - GtkExpander problem, bug ?

2017-12-15 Thread Matthias Clasen
On Thu, Dec 14, 2017 at 7:58 PM, Sébastien Le Roux < sebastien.ler...@ipcms.unistra.fr> wrote: > Dear Eric, > thanks for your answer, and yes it is pretty much the same, the > differences in my case, > are: I use toggle buttons and I do not use a grid. > > Thanks you for providing me with this

Re: GTK3 - GtkExpander problem, bug ?

2017-12-15 Thread Matthias Clasen
On Thu, Dec 14, 2017 at 7:58 PM, Sébastien Le Roux < sebastien.ler...@ipcms.unistra.fr> wrote: > Dear Eric, > thanks for your answer, and yes it is pretty much the same, the > differences in my case, > are: I use toggle buttons and I do not use a grid. > > Thanks you for providing me with this

Re: GTK3 - GtkExpander problem, bug ?

2017-12-15 Thread Sébastien Le Roux
Dear Eric, thanks for your answer, and yes it is pretty much the same, the differences in my case, are: I use toggle buttons and I do not use  a grid. Thanks you for providing me with this nice working example, I played with it to illustrate the bug because it happens with your code too,

Re: GTK3 - GtkExpander problem, bug ?

2017-12-14 Thread Eric Cashon via gtk-app-devel-list
Hi Sébastien, An out of sync reply. I must have accidently deleted your last response after I read it. Also I didn't notice there were two mailing lists referenced. Probably just need the app dev list. It looks like it is a bug that has been recently introduced. If I test, test.c with

Re: GTK3 - GtkExpander problem, bug ?

2017-12-14 Thread Eric Cashon via gtk-devel-list
Hi Sébastien, If I try some test code... it should work. The code uses a grid instead of a fixed container. Is this similar to what you have tried? Eric /* gcc -Wall buttons1.c -o buttons1 `pkg-config --cflags --libs gtk+-3.0` Tested with GTK3.18 on Ubuntu16.04 */ #include static

Re: GTK3 - GtkExpander problem, bug ?

2017-12-14 Thread Eric Cashon via gtk-app-devel-list
Hi Sébastien, If I try some test code... it should work. The code uses a grid instead of a fixed container. Is this similar to what you have tried? Eric /* gcc -Wall buttons1.c -o buttons1 `pkg-config --cflags --libs gtk+-3.0` Tested with GTK3.18 on Ubuntu16.04 */ #include static

Re: GTK3 - GtkExpander problem, bug ?

2017-12-14 Thread Tilo Villwock
Hello Sébastien, attaching images isn't allowed on here. Have you created a minimal working example that reproduces the bug? Otherwise it'll be hard to help you. Cheers, Tilo ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

GTK3 - GtkExpander problem, bug ?

2017-12-14 Thread Sébastien Le Roux
Dear all thanks in advance for reading this, I wrote a piece of code in GTK3, and I might have found an issue with the GtkExpander widget, shorter than a long text explanation, I attach to this email a screen capture from a window from my program. This window contains a bunch of GtkExpander,