How do other non GUI stuff during gtk_main? (Parallel process?...)

2002-01-17 Thread Chris Seberino
gtk_main makes program wait for GTK+ events. What if I want to have a math program also running **at the same time**??? I want this math program to keep streaming numbers that cause pictures to change on GUI. Likewise, I want events to affect behavior of math program. How can I have GUI and

Re: How do other non GUI stuff during gtk_main? (Parallel process?...)

2002-01-17 Thread rsteinke
From: Chris Seberino [EMAIL PROTECTED] gtk_main makes program wait for GTK+ events. What if I want to have a math program also running **at the same time**??? I want this math program to keep streaming numbers that cause pictures to change on GUI. Likewise, I want events to affect