[issue24782] Merge 'configure extensions' into main IDLE config dialog

Mark Roseman report at bugs.python.org
Mon Aug 3 22:05:37 CEST 2015


Mark Roseman added the comment:

I've attached extdlg.patch, which changes the UI for the configure extensions dialog. 

In particular, it replaces the stacked tabs with a listbox on the left, with the details of each extension appearing in a labelframe on the right. The inside of the labelframe gets swapped in with pretty much the same thing that was in the dialog before.

This should be compatible with Tk 8.4, as ttk was not used.

----------
keywords: +patch
Added file: http://bugs.python.org/file40118/extdlg.patch

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


More information about the Python-bugs-list mailing list