Permalink
Please
sign in to comment.
Browse files
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.
- Loading branch information
Showing
with
9 additions
and 11 deletions.
| @@ -0,0 +1,2 @@ | ||
| Fix ttk.Scale.configure([name]) to return configuration tuple for name | ||
| or all options. Giovanni Lombardo contributed part of the patch. |
0 comments on commit
5ea7bb2