Show dialog after hide another

2017-09-06 Thread Rúben Rodrigues
Hi guys, I have i problem when trying to hide a dialog and show another at the same moment. I have a dialog that have an OK button that calls this function: void on_button_Util_Firmware_Update_clicked(GtkButton *button, gpointer user_data) {     GtkLabel    *gLabel_Result;     FILE       

Re: Generating glib-genmarshal

2017-09-06 Thread 范君維
Hi John, Thanks for pointing this out (oversight on my side), the fix for this has been pushed to master. p.s. Were you able to build GDK-Pixbuf succesfully? With blessings, and cheers! ___ gtk-devel-list mailing list gtk-devel-list@gnome.org

Re: Generating glib-genmarshal

2017-09-06 Thread John Emmas
On 06/09/2017 17:37, Emmanuele Bassi wrote: In GLib 2.52, glib-genmarshal is a C program. In GLib master, which will become GLib 2.54 soon, glib-genmarshal is a Python program. Ah... possibly the error message needs to change then at line 35 of 'win32/gen_util_scripts.py' (in master) ?

Re: Generating glib-genmarshal

2017-09-06 Thread Emmanuele Bassi
In GLib 2.52, glib-genmarshal is a C program. In GLib master, which will become GLib 2.54 soon, glib-genmarshal is a Python program. The change from C to Python will *not* be backported to GLib 2.52. Ciao, Emmanuele. On 6 September 2017 at 16:41, John Emmas wrote: >

Generating glib-genmarshal

2017-09-06 Thread John Emmas
Hi guys... python win32/gen_util_scripts.py --type=glib-genmarshal --version= If I'm building glib from git master, the above command works fine (if I issue it from a DOS window or from my MSVC project file). However... it produces an error if I try to build from the 'glib-2-52'

Re: gdk_pixbuf_new_from_inline to Gresource conversion

2017-09-06 Thread Emmanuele Bassi
On 6 September 2017 at 13:55, Charles Curley wrote: > On Wed, 6 Sep 2017 11:22:25 +0100 > Chris Vine wrote: > >> I am not going to answer your question I am afraid, but I am going to >> make the observation that since GTK+2 will not be

Re: gdk_pixbuf_new_from_inline to Gresource conversion

2017-09-06 Thread Charles Curley
On Wed, 6 Sep 2017 11:22:25 +0100 Chris Vine wrote: > I am not going to answer your question I am afraid, but I am going to > make the observation that since GTK+2 will not be updated except for > bug fixes, unless you are thinking of porting your code to GTK+3 or > GTK+4

Re: gdk_pixbuf_new_from_inline to Gresource conversion

2017-09-06 Thread Chris Vine
On Tue, 5 Sep 2017 16:39:12 -0600 Charles Curley wrote: [snip] > The second one is new on debian 9. I have several options. The > documentation for gdk_pixbuf_new_from_inline () indicates that it is > deprecated and one should use a Gresource. > > Question: how