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 terry.reedy
Recipients kbk, markroseman, ncoghlan, ned.deily, rhettinger, roger.serwy, serhiy.storchaka, terry.reedy
Date 2015-08-02.23:54:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438559661.42.0.657808019679.issue24750@psf.upfronthosting.co.za>
In-reply-to
Content
Keep in mind that most option substitution would be at the file rather than widget level.  The scrollbar switching would be for something like editor windows, which are basically generic.  For the option dialog, we would copy ConfigDialog.py to, say, configuration.py, adjust the imports, and convert to ttk (and pep8, as we wish).  Then use_ttk would be used for choosing which file's ConfigDialog to bind to the Configure IDLE menu item.
History
Date User Action Args
2015-08-02 23:54:21terry.reedysetrecipients: + terry.reedy, rhettinger, kbk, ncoghlan, ned.deily, roger.serwy, markroseman, serhiy.storchaka
2015-08-02 23:54:21terry.reedysetmessageid: <1438559661.42.0.657808019679.issue24750@psf.upfronthosting.co.za>
2015-08-02 23:54:21terry.reedylinkissue24750 messages
2015-08-02 23:54:21terry.reedycreate