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