Skip to content

bpo-27755: IDLE: Convert configdialog DynOptionMenu to ttk OptionMenu - #3215

Closed
csabella wants to merge 3 commits into
python:masterfrom
csabella:bpo30781
Closed

bpo-27755: IDLE: Convert configdialog DynOptionMenu to ttk OptionMenu#3215
csabella wants to merge 3 commits into
python:masterfrom
csabella:bpo30781

Conversation

@csabella

@csabellacsabella commented Aug 26, 2017

Copy link
Copy Markdown
Contributor

I know you may want to get rid of Option Menus, but I wanted to show you the ttk version. This was too much of a change to include with the first patch.

https://bugs.python.org/issue30781

@terryjreedy

Copy link
Copy Markdown
Member

This is a definite improvement. A single OptionMenu could work for a unified list of keysets. For themes, I am thinking of a listbox, as with fonts, so one can move around to see the effect of different choices without having the box close.

@terryjreedyterryjreedy changed the title bpo-30781: IDLE: Convert configdialog DynOptionMenu to ttk OptionMenubpo-27755: IDLE: Convert configdialog DynOptionMenu to ttk OptionMenuSep 11, 2017
@terryjreedy

Copy link
Copy Markdown
Member

Why? The change is still needed.

@csabella

Copy link
Copy Markdown
ContributorAuthor

I was reading through the bug tracker and it looked like Spinbox and/or Combobox would be used instead.

https://bugs.python.org/issue33962

@terryjreedy

Copy link
Copy Markdown
Member

Right. I found where I rejected this in its current form, and added more on current uses and replacements.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@csabella@terryjreedy@the-knights-who-say-ni@bedevere-bot