<quote who="Michael Torrie"> > On Wed, 2003-02-26 at 21:49, David Smith wrote: >> A warning on threading: GTK is not thread safe. Be careful, and know >> the implications of your design before you begin to code. It will save >> you many headaches. > > GTK+ *is* thread-aware, however. Just follow the FAQ and you'll be > fine. As long as you use critical sections around gtk+ calls, you can > even make calls to the GUI from any thread (unlike windows). There's a > nice FAQ on this.
But your version of GTK must have been compiled with thread support. The default RH8 is not. Hence the warning. :) --Dave ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://phantom.byu.edu/cgi-bin/mailman/listinfo/uug-list
