Shortcut for GtkEntry Icon?

2010-10-26 Thread James Morris
How can I make the icon for GtkEntry activiated by pressing enter/return within the entry itself? I can't switch focus to it using tab. Cheers, james. -- _ : http://jwm-art.net/ -audio/image/text/code ___ gtk-app-devel-list mailing list gtk-app-deve

getting absolute coordinates in windowless plugin

2010-10-26 Thread raju85
Hi everyone, I am working in GTK windowless plugin for mozila on linux. I have to find the absoulte coordinates of my windowless plugin in browser window. I have registered the setwindow callback function for pluginfuncs. When broswer runs, register callback setwindow function is called ver

gthreads vs pthread

2010-10-26 Thread Juan Pablo L .
Hello, i m using threads in a glib-only project, a service daemon, i have implemented them using GThreads, but i see now that GThreads is only a wrapper around pthreads (with the corresponding overhead from doing so) and does not provide any additional benefit (if i dont mistake the only real b

Re: gthreads vs pthread

2010-10-26 Thread Chris Vine
On Tue, 26 Oct 2010 22:41:44 + Juan Pablo L. wrote: > Hello, i m using threads in a glib-only project, a service daemon, i > have implemented them using GThreads, but i see now that GThreads is > only a wrapper around pthreads (with the corresponding overhead from > doing so) and does not prov

Using tab completion with GtkEntryCompletion

2010-10-26 Thread Salvatore De Paolis
Hi all, I'm having fun these days with GCompletion(deprecated) and GtkEntryCompletion. Everything is going fine apart one important thing. We do autocomplete email addresses on request by the user, using the Tab key. I didn't find a way to implement it with GtkEntryCompletion. What I tried, and d