gh-68166: Add support of "vsapi" in ttk.Style.element_create() (GH-111393)

This commit is contained in:
Serhiy Storchaka 2023-11-27 20:57:33 +02:00 committed by GitHub
parent 45d648597b
commit 4dcfd02bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 204 additions and 32 deletions

View file

@ -0,0 +1,2 @@
Add support of the "vsapi" element type in
:meth:`tkinter.ttk.Style.element_create`.