I'd like to use gtk.Entry with 'context-sensitive' completion.  The
space of possible completions is quite large, so the user might
type

f

in which case it offers the competion "foo", and when they type

foo.b

it offers completions foo.b1, foo.b2 etc.

It seems that gtk.EntryCompletion is more geared towards static
lists of completions in the gtk.ListStore.

Has anyone tried to do anything like this?

Thanks.

--
James Bowman
http://excamera.com/sphinx/trouble.html
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to