Re: Maybe I need to use threads. I've been using gtk_main_iteration_do() but having problems

2007-10-27 Thread Jeff Eberl
After reading my initial question, I think I should've worded it differently. On Tue, 2007-10-16 at 16:12 -0600, Jeff Eberl wrote: [...] First is that the display doesn't do anything when my program is doing it's thing. So it looks like it freezes. I'm okay with that. I've never used

Re: Maybe I need to use threads. I've been using gtk_main_iteration_do() but having problems

2007-10-19 Thread Tristan Van Berkom
On Tue, 2007-10-16 at 16:12 -0600, Jeff Eberl wrote: [...] First is that the display doesn't do anything when my program is doing it's thing. So it looks like it freezes. I'm okay with that. I've never used threads before, and I'm not sure this is the best project to start with. ofcourse

Maybe I need to use threads. I've been using gtk_main_iteration_do() but having problems

2007-10-19 Thread Jeff Eberl
To start, I'm using C++, Suse 10.1. I'm writing programs that mostly do work without the user's interaction. But I want to make a simple gui class to make simple gui's with limited capability. Basically, I have some programs that don't have use gtk at all, and already have their own structure