Fine Tkinter Question
Rony
rony.steelandt at bucodi.com
Fri Feb 8 03:10:59 EST 2002
More information about the Python-list mailing list
Fri Feb 8 03:10:59 EST 2002
- Previous message (by thread): Fine Tkinter Question
- Next message (by thread): Fine Tkinter Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mariano Corsunsky <core.lists.python at core-sdi.com> wrote in message news:<mailman.1013104932.12965.python-list at python.org>... > Hi there! > > I have a Tkinter window which opens a 2nd one in which I want to close > it > when you hit the <"Return"> key upon the "Close" button. But..... isn't > working. > ... What you're saying in your text is you want to hit the 'Return' key on the BUTTON, so IMHO you have to bind the return-key event on the BUTTON... Rony
- Previous message (by thread): Fine Tkinter Question
- Next message (by thread): Fine Tkinter Question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list