Hi there,

I am using pygtk, and i am implementing a "find as you type" in a text
entry. I intend for it to behave like the 'google suggest' box. So,
that as you type, a list of values appear below the text box as in a
list and you can use arrow keys to select a value.

I can't think of a straight-forward way of doing this with pygtk. Do i
have to put a listbox behind the textbox and make it appear and
disappear?

Is there a better way of doing this?

Thanks...

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to