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
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
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
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
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
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
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
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
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