I'm having a hell of a time trying to put together GtkEntry auto-completion code. How do I go about doing this, and *especially* does anyone have code examples? By auto-completion, I mean the program takes what you've entered, tries to find a suitable match, and adds its guess into the GtkEntry. The program's guess is selected, so when the user types another character, the guess is deleted and the program tries again with the new user input. Thank you Very Much! -lf11 _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
