]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 8 Nov 2023 16:25:58 +0000 (18:25 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Nov 2023 16:25:58 +0000 (18:25 +0200)
commit005d1e8fc81539c60c6b21ebba34de3edd5bb232
tree345af36b78f7a6702223019f4c9e505ee466ab02
parent74b868f636a8af9e5540e3315de666500147d47a
gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453)

* Remove mention of "vsapi" element type from the documentation.
* Add tests for element_create() and other ttk.Style methods.
* Add examples for element_create() in the documentation.
Doc/library/tkinter.ttk.rst
Lib/test/test_ttk/test_style.py
Misc/NEWS.d/next/Library/2023-10-27-12-46-56.gh-issue-68166.0EbWW4.rst [new file with mode: 0644]