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 kbk, markroseman, roger.serwy, taleinat, terry.reedy
Date 2015-08-03.20:05:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438632337.89.0.0904849769086.issue24782@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-08-03 20:05:37markrosemansetrecipients: + markroseman, terry.reedy, kbk, taleinat, roger.serwy
2015-08-03 20:05:37markrosemansetmessageid: <1438632337.89.0.0904849769086.issue24782@psf.upfronthosting.co.za>
2015-08-03 20:05:37markrosemanlinkissue24782 messages
2015-08-03 20:05:37markrosemancreate