commit | 636a850ed81cf9b8feed523f277b1538bfc5230b | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Jan 05 09:07:30 2020 -0800 |
committer | GitHub <noreply@github.com> | Sun Jan 05 09:07:30 2020 -0800 |
tree | 4b583c754ee313ff1af539cc039cb7feba0e7cc4 | |
parent | 34aa3e71dc52c1a31336302905b9ac011a310412 [diff] |
bpo-39152: add missing ttk.Scale.configure return value (GH-17815) tkinter.ttk.Scale().configure([name]) now returns a configuration tuple for name or a list thereof for all options. Based on patch Giovanni Lombardo. (cherry picked from commit 5ea7bb25e3b192d6c49a49c9e3b316f8559602aa) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>