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 brian.curtin, giampaolo.rodola, gpolo, markroseman, roger.serwy, terry.reedy
Date 2015-08-12.16:22:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439396548.83.0.973196893491.issue9262@psf.upfronthosting.co.za>
In-reply-to
Content
Roger's extension is an amazingly cool hack. With some of the decoupling mentioned in #24826, the actual switching should get easier.

Regarding cosmetics, I wanted to make a suggestion. The tabs provided by ttk::notebook aren't ideally suited for this task, both visually on some platforms (hello Mac) and also because they're designed for a fixed (small) number of tabs.

One of the better implementations of tabs I've seen is in the Mac editor TextMate. I've attached a set of annotated screenshots as tmtabs.png. It's nice and clean. Doing this as a widget based on the Tkinter canvas looks very feasible.
History
Date User Action Args
2015-08-12 16:22:28markrosemansetrecipients: + markroseman, terry.reedy, giampaolo.rodola, gpolo, roger.serwy, brian.curtin
2015-08-12 16:22:28markrosemansetmessageid: <1439396548.83.0.973196893491.issue9262@psf.upfronthosting.co.za>
2015-08-12 16:22:28markrosemanlinkissue9262 messages
2015-08-12 16:22:28markrosemancreate