Question: How to Prevent Tkinter Menu from Taking Keyboard Focus

rantingrick rantingrick at gmail.com
Mon Oct 3 16:40:01 EDT 2011


On Oct 3, 2:55 pm, galyle <gal... at gmail.com> wrote:
> Hello, I'm trying to build a menu which provides suggestions to a user
> based on input to an entry.  I have done something like this before
> using Tcl/Tk, so I expected that it would work without much difficulty
> with Tkinter.  I was wrong.


Why not just use the Tix.ComboBox instead? I believe it's editable.



More information about the Python-list mailing list