◐ Shell
clean mode source ↗

gh-47655: Add support for user data of Tk virtual events to tkinter by mkiever · Pull Request #7142 · python/cpython

koutoftimer

@gpolo gpolo mannequin mentioned this pull request

Nov 23, 2023

@mkiever

koutoftimer

@picnixz picnixz changed the title bpo-3405: Add support for user data of Tk virtual events to tkinter gh-47655: Add support for user data of Tk virtual events to tkinter

Dec 15, 2024

@serhiy-storchaka

brijkapadia pushed a commit to brijkapadia/cpython that referenced this pull request

Feb 28, 2026
…tkinter (pythonGH-7142)

Expose the %d substitution as the tkinter.Event attributes:

* "detail" for Enter, Leave, FocusIn, FocusOut, and ConfigureRequest events
* "user_data" for virtual events

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

ljfp pushed a commit to ljfp/cpython that referenced this pull request

Apr 25, 2026
…tkinter (pythonGH-7142)

Expose the %d substitution as the tkinter.Event attributes:

* "detail" for Enter, Leave, FocusIn, FocusOut, and ConfigureRequest events
* "user_data" for virtual events

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>