Re: gtk & threads



On Wed, 1 Sep 1999 bob@cs.csoft.net wrote:

> Is gtk thread safe?
> I am trying to figure out how to get past gtk's "cant refresh while in a
> function" problem.

You need to use callbacks as events happen, rather than sitting in one
function for a long time waiting for a sequence of events to complete.

> Using threads, I think, would be the best way around it

There are two valid reasons for using threads, and this isn't one of them.

-- Elliot
The time for action is past! Now is the time for senseless bickering!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]