bpo-30781: IDLE - Use ttk Notebook in ConfigDialog by terryjreedy · Pull Request #2938 · python/cpython

added 4 commits

July 28, 2017 15:41
Add clear method for tests.  Adjust tests to use global instance.
Remove unneeded ConfigDialog method.

@terryjreedy

@terryjreedy

terryjreedy added a commit to terryjreedy/cpython that referenced this pull request

Jul 29, 2017
The notebook looks a bit better.  It will work better with separate page classes. Traversal of widgets by Tab works better.  Switching tabs with keys becomes possible.  The font sample box works better at large font sizes.

One of the two simulated click tests no longer works.  This will be investigated while fixing a bug with the widget itself.
(cherry picked from commit b331f80)

terryjreedy added a commit that referenced this pull request

Jul 29, 2017
…2944)

The notebook looks a bit better.  It will work better with separate page classes. Traversal of widgets by Tab works better.  Switching tabs with keys becomes possible.  The font sample box works better at large font sizes.

One of the two simulated click tests no longer works.  This will be investigated while fixing a bug with the widget itself.
(cherry picked from commit b331f80)