Re: [gtkmm] repainting with threads



On Sat, 2004-02-28 at 10:24, Tor Arvid Lund wrote:
> Hello,
> 
> I have a program with a TextView that gets text from another thread that 
> listens for data on a network socket.

Search the archives for messages concerning threads, you should find a
bazillion discussions on this.

It all boils down to having a queue between worker threads and GUI
thread, to let the GUI thread do all the GUI work.




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