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 terry.reedy
Date 2017-07-28.23:34:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501284896.52.0.181732620191.issue30781@psf.upfronthosting.co.za>
In-reply-to
Content
New PR replaces the custom TabbedPageSet with ttk.Notebook.  On Windows, with default settings, the look is nearly identical, but the selected tab is more obvious.  A method call (note.enable_traversal) will enable navigation between tabs with cntl-tab and cntl-shift-tab.  This will work a bit better with extracted page classes.

On the otherhand, attaching the frame to a notebook instead of the one disables one of the simulated mouse clicks.  I added the remaining part of tkinter.test.support.simulate_click(sp??) to no avail (not surprising since designed for Xwindows.  I also moved the location of the simulated click.  Using ttk.Frame requires the padx, pady to padding change in PR2654.

Please test on linuxes (and mac if possible).  Does the tabset look at least as good?  Does the test run if the #s are removed?
History
Date User Action Args
2017-07-28 23:34:56terry.reedysetrecipients: + terry.reedy
2017-07-28 23:34:56terry.reedysetmessageid: <1501284896.52.0.181732620191.issue30781@psf.upfronthosting.co.za>
2017-07-28 23:34:56terry.reedylinkissue30781 messages
2017-07-28 23:34:56terry.reedycreate