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, ncoghlan, ned.deily, rhettinger, roger.serwy, serhiy.storchaka, terry.reedy
Date 2015-08-02.21:30:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438551007.52.0.999506115803.issue24750@psf.upfronthosting.co.za>
In-reply-to
Content
While I think this approach would largely be a bad idea for an IDLE-sized application, where I think it definitely would be useful is in something very restricted like the tkSimpleDialog code. 

To improve the various little 'askstring', 'askinteger' etc. sprinkled throughout IDLE I had to do a copy/paste to change that code to use ttk widgets. Because that is an example of something very simple and self-contained, it could easily provide an option to do ttk or non-ttk widgets. 

Apologies if this is too off-topic.
History
Date User Action Args
2015-08-02 21:30:07markrosemansetrecipients: + markroseman, rhettinger, terry.reedy, kbk, ncoghlan, ned.deily, roger.serwy, serhiy.storchaka
2015-08-02 21:30:07markrosemansetmessageid: <1438551007.52.0.999506115803.issue24750@psf.upfronthosting.co.za>
2015-08-02 21:30:07markrosemanlinkissue24750 messages
2015-08-02 21:30:07markrosemancreate