commit | e931ed59d3d39cfbf91255a77f7fc64bfd167deb | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Jan 10 23:24:32 2003 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Jan 10 23:24:32 2003 +0000 |
tree | 24587ede06bc62a38e594b50132faafc06ec8441 | |
parent | faa7b9bb4ca19f4cf07b1faacbe794af893a3e2d [diff] |
Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragto Add the optional gain parameter and pass it to Tk.
diff --git a/Misc/NEWS b/Misc/NEWS index b9d108a..60b20d2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -88,6 +88,9 @@ - urlparse can now parse imap:// URLs. See SF feature request #618024. +- Tkinter.Canvas.scan_dragto() provides an optional parameter to support + the gain value which is passed to Tk. SF bug# 602259. + Tools/Demos -----------