Re: Multithreaded Drawing

2010-08-28 Thread Faustino Frechilla
> I am trying to work out how to set up my multithreaed drawing app of > real-time data.  I was think that I could run to main loops.  One in the > main gtkmm thread and a glib::mainloop in my worker thread.  The worker > thread would have a timeout signal that fires 30 times a second and draws > t

Multithreaded Drawing

2010-08-27 Thread Talguy
I am trying to work out how to set up my multithreaed drawing app of real-time data. I was think that I could run to main loops. One in the main gtkmm thread and a glib::mainloop in my worker thread. The worker thread would have a timeout signal that fires 30 times a second and draws the new scr