Matt Bragano wrote: > I've got a program that needs to call pulse() on a progress bar, but > only while a particular thread is doing its job. Is there any quick way > to test if a thread is still alive?
Maybe the thread in question could clean some flag upon existing. And interested parties would check that flag. Paul _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
