]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:30 +0000 (21:14 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 20:14:30 +0000 (20:14 +0000)
commitc3e5d0d936acb988e547fef2f188fce379694d8c
tree62a172ccd5ffa57a3be7ac9c7330e0712f55a8f8
parent390a5b81a97a36d5166a62e7850fadfe9eba3cc3
[3.11] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) (GH-111858)

* 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/tkinter/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]