This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author markroseman
Recipients jfoo, markroseman, terry.reedy
Date 2016-08-17.17:35:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471455350.14.0.816954251681.issue27755@psf.upfronthosting.co.za>
In-reply-to
Content
Justin, as you say, I think your patch is entirely reasonable as an interim step, as eventually doing a broader improvement on the preferences dialog as suggested in #24781 makes sense. 

My reworked version used Combobox in similar ways; I think we can safely do away with the wrapper class and just use the ttk widget directly in the dialog (as the widget already handles the dynamic changes to the list, which the old tk_optionMenu didn't)
History
Date User Action Args
2016-08-17 17:35:50markrosemansetrecipients: + markroseman, terry.reedy, jfoo
2016-08-17 17:35:50markrosemansetmessageid: <1471455350.14.0.816954251681.issue27755@psf.upfronthosting.co.za>
2016-08-17 17:35:50markrosemanlinkissue27755 messages
2016-08-17 17:35:49markrosemancreate