> Hello, I'm new to GTK. I am using gthread with gtk both in Windows and Ubuntu. > When I using it in Windows, [...] it works well.
That sounds strange, as using GTK+ from multiple threads definitely does not work in general on Windows. (Some unknown subset of GTK+ calls might work even from multiple threads) So are you just calling GLib functions from multiple threads? Please distill your problem down to a minimal but complete sample program that people can look at. --tml _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
