PYGTK, Google Suggest-like GUI

Ali ali.jan at gmail.com
Thu Mar 3 01:41:03 EST 2005


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




More information about the Python-list mailing list