diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-11-27 20:14:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 20:14:37 (GMT) |
commit | 1cb95cd2c5217807af4d211e8197400ba6e31096 (patch) | |
tree | b15c15ebf5e8b38c7c158299d952ceb2449ed1ec /Misc/NEWS.d | |
parent | 698b4b73bc2f6d2de96dac04df5102ac468e02c0 (diff) | |
download | cpython-1cb95cd2c5217807af4d211e8197400ba6e31096.zip cpython-1cb95cd2c5217807af4d211e8197400ba6e31096.tar.gz cpython-1cb95cd2c5217807af4d211e8197400ba6e31096.tar.bz2 |
[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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-10-27-12-46-56.gh-issue-68166.0EbWW4.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-10-27-12-46-56.gh-issue-68166.0EbWW4.rst b/Misc/NEWS.d/next/Library/2023-10-27-12-46-56.gh-issue-68166.0EbWW4.rst new file mode 100644 index 0000000..757a700 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-10-27-12-46-56.gh-issue-68166.0EbWW4.rst @@ -0,0 +1,4 @@ +Remove mention of not supported "vsapi" element type in +:meth:`tkinter.ttk.Style.element_create`. Add tests for ``element_create()`` +and other ``ttk.Style`` methods. Add examples for ``element_create()`` in +the documentation. |