Re: Colored Statusbar, ugly grip under win32

2010-08-25 Thread Tor Lillqvist
> Version on win32 (ugli resize grip): And the versions with the non-ugly resize grip? --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Colored Statusbar, ugly grip under win32

2010-08-25 Thread Arne Pagel
Ok, Version on my linux box: pkg-config --modversion gtk+-2.0 2.18.3 Version on win32 (ugli resize grip): gtk+-bundle_2.20.0-20100406_win32/components.list gettext-runtime-0.17-1 gettext-runtime-dev-0.17-1 glib_2.24.0-2_win32 glib-dev_2.24.0-2_win32 pkg-config_0.23-3_win32 pkg-config-dev_0.23-3_

Re: Some questions about Gtk+3.0 2.90

2010-08-25 Thread Ardhan Madras
Why the application need to move to GTK+ 3 which still in development progress? Ardhan --- eba...@gmail.com wrote: From: Emmanuele Bassi To: gtk-app-devel-list@gnome.org Subject: Re: Some questions about Gtk+3.0 2.90 Date: Mon, 23 Aug 2010 13:28:25 +0100 On Mon, 2010-08-23 at 13:24 +0

Re: Some questions about Gtk+3.0 2.90

2010-08-25 Thread Emmanuele Bassi
On Tue, 2010-08-24 at 22:44 -0700, Ardhan Madras wrote: > Why the application need to move to GTK+ 3 which still in development > progress? because after gtk+ 2.24 is released, in parallel with gtk+ 3.0 this December, the 2.x branch goes into deep maintainance mode: no further releases will be d

Re: g_io_scheduler_job_send_to_mainloop in another thread

2010-08-25 Thread Ardhan Madras
Based on my review at gioscheduler.c, I assume that the g_io_scheduler_job_send_to_mainloop() can be called in another thread, notice that this function wait for job completion in the main loop (main thread), in this case blocking the calling thread. If you call g_io_scheduler_job_send_