I need a little help with Tkinter Entry widget

Michael Peuser mpeuser at web.de
Fri Sep 5 18:05:43 EDT 2003


"Phil Schmidt" <phil_nospam_schmidt at yahoo.com> schrieb im Newsbeitrag
news:221e7b06.0309051235.2d5b4868 at posting.google.com...
> I'm trying to make a custom entry widget, as in the code that follows.
> There are two problems I'm trying to fix:
>
> 1) I would like the widget to behave as myEntry.Escape() does now,
> except that it happens on loss of focus, not when pressing Esc.
>
Then why don't you bind <FocusOut> and <FocusIn> ?

Kindly
Michael P






More information about the Python-list mailing list