Re: GtkProgressBar state update issue

2010-05-29 Thread Chris Vine
On Sat, 29 May 2010 06:35:24 - "John Emmas" wrote: > When you call one of the g_idle_add() functions, you're saying to gtk, > "don't execute this function now - but delay it until the GUI thread > has some idle time available and execute it there." By doing that, > you ensure that GUI element

Re: map C++ object to Gobject

2010-05-29 Thread Murray Cumming
On Fri, 2010-05-28 at 19:17 +0200, Radovan TUČEK wrote: > Hi > Is it possible to map C++ object to Gobject and uset this Gobject in C > application without writing C wrapper around C++ object? If you are using gtkmm then you can use gobj() and Glib::wrap(): http://library.gnome.org/devel/gtkmm-tut

Re: GtkProgressBar state update issue

2010-05-29 Thread Timofei Istomin
Thanks a lot guys, I was naive beleiving GTK is absolutely thread-safe! Tim. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list