mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)
This commit is contained in:
parent
b43c7e1070
commit
194fd17bc6
4 changed files with 59 additions and 0 deletions
|
@ -791,6 +791,9 @@ tkinter
|
|||
:class:`tkinter.ttk.Style`.
|
||||
(Contributed by Serhiy Storchaka in :gh:`68166`.)
|
||||
|
||||
* Add the :meth:`!after_info` method for Tkinter widgets.
|
||||
(Contributed by Cheryl Sabella in :gh:`77020`.)
|
||||
|
||||
traceback
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue