> 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
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