[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-32585: Add ttk::spinbox by alandmoore · Pull Request #5221 · python/cpython

the-knights-who-say-ni

Added support for ttk::spinbox in Python ttk.

This enables the functionality necessary when spinbox is passed a list
of values rather than a range.

Currently crashing due to "current" not being a valid ttk::spinbox
command, contrary to Ttk documentation.

Removed from code, docs, and tests.  This method is documented in Ttk
docs, but does not actually exist.

Also remove redundant pack() and wait_visibility() calls

… into fix-issue-32585

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 9, 2018

(cherry picked from commit a48e78a)

Co-authored-by: Alan D Moore <me@alandmoore.com>

serhiy-storchaka pushed a commit that referenced this pull request

Feb 9, 2018
(cherry picked from commit a48e78a)

Co-authored-by: Alan D Moore <me@alandmoore.com>