]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Nov 2023 20:14:37 +0000 (21:14 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 20:14:37 +0000 (20:14 +0000)
commit1cb95cd2c5217807af4d211e8197400ba6e31096
treeb15c15ebf5e8b38c7c158299d952ceb2449ed1ec
parent698b4b73bc2f6d2de96dac04df5102ac468e02c0
[3.12] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) (GH-111857)

* 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.
(cherry picked from commit 005d1e8fc81539c60c6b21ebba34de3edd5bb232)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]