]> granicus.if.org Git - python/commit
When setting the event structure fields, don't die when the widget
authorGuido van Rossum <guido@python.org>
Mon, 27 Apr 1998 19:32:59 +0000 (19:32 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 27 Apr 1998 19:32:59 +0000 (19:32 +0000)
commite86271af72ae66aa79b33106b900053446923ef4
treec2c20dfea3a9ea22018f59a0f3a152a4c8936f83
parent1f41f846a3fc369c4d68eee962a059ca3a51ccf3
When setting the event structure fields, don't die when the widget
name is not registered; simply use the string.  This happens for
tear-off widgets (e.g. if you've registered enter/leave events for the
menu).
Lib/lib-tk/Tkinter.py