summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-04-05 10:17:13 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2019-04-05 10:17:13 (GMT)
commit50866e9ed3e4e0ebb60c20c3483a8df424c02722 (patch)
tree7a5e6d23b48aaed2a202df3911c3ff0b14f3a8aa /Doc
parentf66e336f455b5a6bb0ca857d61c43be410d0df13 (diff)
downloadcpython-50866e9ed3e4e0ebb60c20c3483a8df424c02722.zip
cpython-50866e9ed3e4e0ebb60c20c3483a8df424c02722.tar.gz
cpython-50866e9ed3e4e0ebb60c20c3483a8df424c02722.tar.bz2
bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.8.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 411f229..0fc4d77 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -379,6 +379,11 @@ Added method :meth:`~tkinter.Canvas.moveto`
in the :class:`tkinter.Canvas` class.
(Contributed by Juliette Monsel in :issue:`23831`.)
+The :class:`tkinter.PhotoImage` class now has
+:meth:`~tkinter.PhotoImage.transparency_get` and
+:meth:`~tkinter.PhotoImage.transparency_set` methods. (Contributed by
+Zackery Spytz in :issue:`25451`.)
+
time
----