Re: [gtk-list] A basic idea of threading GTK apps
- From: Paul Braman <aeon tampabay rr com>
- To: Gtk mailing list <gtk-list redhat com>
- Subject: Re: [gtk-list] A basic idea of threading GTK apps
- Date: Mon, 1 Mar 1999 10:25:38 -0500 (EST)
On Mon, 1 Mar 1999, Software mit Funken wrote:
> Can someone PLEASE give me some help on how to do this? I need to have a
> program that starts a GTK thread, and then any other code to manipulate
> GTK, (ie, create a new window), is in another separate thread. Basic code
> examples, etc. would be a good plan.
Unless you can figure out *why* a child thread can't do GTK functions I
would suggest doing all GTK functionality in the main thread. (The main
program itself...just ship off the "threaded" work to threads, not the GTK
work to a seperate GTK thread.)
Just a suggestion.
Paul Braman
aeon@tampabay.rr.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]