[issue27755] Retire DynOptionMenu with a ttk Combobox

Mark Roseman report at bugs.python.org
Wed Aug 17 13:35:50 EDT 2016


Mark Roseman added the comment:

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)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27755>
_______________________________________


More information about the Python-bugs-list mailing list