diff options
| author | Juliette Monsel <j4321@users.noreply.github.com> | 2018-10-12 18:44:10 +0200 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-10-12 19:44:10 +0300 |
| commit | bf034715db9d6e1603ea432d40041e5577ed3332 (patch) | |
| tree | 1a0760703b4a32e3bee5f1d726ab51f48d864f68 /Doc/whatsnew | |
| parent | dc0d571b6401527f236b0513f29847e2b9b8a188 (diff) | |
| download | cpython-git-bf034715db9d6e1603ea432d40041e5577ed3332.tar.gz | |
bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)
Diffstat (limited to 'Doc/whatsnew')
| -rw-r--r-- | Doc/whatsnew/3.8.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index d9c3f1bd7d..bd3283caad 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -177,6 +177,10 @@ Added methods :meth:`~tkinter.Spinbox.selection_from`, in the :class:`tkinter.Spinbox` class. (Contributed by Juliette Monsel in :issue:`34829`.) +Added method :meth:`~tkinter.Canvas.moveto` +in the :class:`tkinter.Canvas` class. +(Contributed by Juliette Monsel in :issue:`23831`.) + venv ---- |
