On samedi 28 juin 2008, Timo wrote:
> Hello, I want autocompletion in my gtk.entry. I found a lot of info, but
> all for autocompletion of an existing list and stuff.
> What I want is that it completes the path that I'm typing. So if I type
> "/ho" it should complete with "/home/", and so on.
> How can this be done?
I guess by constructing a list of available paths, and use that list the
same way...
--
Frédéric
http://www.gbiloba.org
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/