Skip to content

Commit 67ee37a

Browse files
Update docs.
1 parent e3e3cd0 commit 67ee37a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Doc/whatsnew/3.15.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,11 @@ tkinter
10591059
with outdated names.
10601060
(Contributed by Serhiy Storchaka in :gh:`143754`.)
10611061

1062+
* Added :class:`!Event` attributes :attr:`!user_data` for Tk virtual events
1063+
and :attr:`!detail` for ``Enter``, ``Leave``, ``FocusIn``, ``FocusOut``,
1064+
and ``ConfigureRequest`` events.
1065+
(Contributed by Matthias Kievernagel and Serhiy Storchaka in :gh:`47655`.)
1066+
10621067

10631068
.. _whatsnew315-tomllib-1-1-0:
10641069

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Add support for user data of Tk virtual events to :mod:`tkinter`.
1+
Add support for user data of Tk virtual events and detail for
2+
``Enter``, ``Leave``, ``FocusIn``, ``FocusOut``, and
3+
``ConfigureRequest`` events to :mod:`tkinter`.

0 commit comments

Comments
 (0)