Re: Thread-save posting of events

2007-03-28 Thread Tobias Rapp
Rick Jones wrote: > I've only come across it while looking for other things, but perhaps the > GAsyncQueues stuff would be useful for thread-to-thread comms? > > http://developer.gnome.org/doc/API/2.0/glib/glib-Asynchronous-Queues.html That looks exactly like the thing I'm searching for. I had a

Gtk-CRITICAL **: gtk_widget_event: assertion `WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

2007-03-28 Thread Stefan Kost
hi, I am looking for some tips of how to get the culprit for the above mentioned warning. I have a notebook with 5 pages. On the first tab I have a gnome-canvas with some items on. For that I have registered an event handler to move objects on the canvas. The moving part works fine. When I

Re: Thread-save posting of events

2007-03-28 Thread Rick Jones
Tobias Rapp wrote: > Hello! > > I'm new to this list and also a novice in GTK programming. My company is > considering to port some of our Windows service (aka daemon) > applications to GNU/Linux and thus I'm evaluating what libraries to use > for that. Currently I'm programming with Delphi5 on Wi

Re: [PATCH] [GTKWEB] effort on making the website valid XHTML 1.0 Transitional

2007-03-28 Thread Tshepang Lekhonkhobe
On 3/28/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: > On 3/28/07, David Nečas (Yeti) <[EMAIL PROTECTED]> wrote: > > On Wed, Mar 28, 2007 at 10:27:59AM +0200, Tshepang Lekhonkhobe wrote: > > > On 3/27/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: > > > > Here's an incomplete effort to

Re: [PATCH] [GTKWEB] effort on making the website valid XHTML 1.0 Transitional

2007-03-28 Thread Tshepang Lekhonkhobe
On 3/28/07, David Nečas (Yeti) <[EMAIL PROTECTED]> wrote: > On Wed, Mar 28, 2007 at 10:27:59AM +0200, Tshepang Lekhonkhobe wrote: > > On 3/27/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: > > > Here's an incomplete effort to help make the gtk.org website valid > > > XHTML 1.0 Transitional, do

Re: Thread-save posting of events

2007-03-28 Thread jcupitt
On 3/28/07, Tobias Rapp <[EMAIL PROTECTED]> wrote: > that. But what is not clear to me is how to place an event in the event > loop of another thread. If I raise an signal the connected slots will be The usual recommendation is to keep all GTK stuff (including the main loop) in one thread. You ca

Thread-save posting of events

2007-03-28 Thread Tobias Rapp
Hello! I'm new to this list and also a novice in GTK programming. My company is considering to port some of our Windows service (aka daemon) applications to GNU/Linux and thus I'm evaluating what libraries to use for that. Currently I'm programming with Delphi5 on Windows and I plan to use gcc C/C

Re: [PATCH] [GTKWEB] effort on making the website valid XHTML 1.0 Transitional

2007-03-28 Thread Yeti
On Wed, Mar 28, 2007 at 10:27:59AM +0200, Tshepang Lekhonkhobe wrote: > On 3/27/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: > > Here's an incomplete effort to help make the gtk.org website valid > > XHTML 1.0 Transitional, done with following the guidelines in > > http://www.w3.org/TR/xhtml

Re: [PATCH] [GTKWEB] effort on making the website valid XHTML 1.0 Transitional

2007-03-28 Thread Tshepang Lekhonkhobe
On 3/27/07, Tshepang Lekhonkhobe <[EMAIL PROTECTED]> wrote: > Hi, > > Here's an incomplete effort to help make the gtk.org website valid > XHTML 1.0 Transitional, done with following the guidelines in > http://www.w3.org/TR/xhtml1. Please commit... Ignore this patch since I'll send a better one, t