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 Lance Ware, epaine, markroseman, serhiy.storchaka, terry.reedy, zach.ware
Date 2020-09-19.23:37:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600558679.29.0.154250912328.issue28694@roundup.psfhosted.org>
In-reply-to
Content
I've put together the first cut of a wrapper that tries to smooth over some of the non-essential differences in implementation details across platforms, while still respecting essential platform conventions. It also works around a few bugs I discovered along the way.

It includes the wrapper class itself, a minimal demo, a more realistic demo, and the notes about current behaviour of the underlying Tk widget on different platforms.

Current snapshot is at https://github.com/roseman/tkdocs/blob/fontchooser/fontchooser.py

Obviously, this borrows hugely from previous snapshots by Lance and Elisha. Thanks!

If you get a chance to try it out, would appreciate feedback if this is on the right track or not.
History
Date User Action Args
2020-09-19 23:37:59markrosemansetrecipients: + markroseman, terry.reedy, zach.ware, serhiy.storchaka, Lance Ware, epaine
2020-09-19 23:37:59markrosemansetmessageid: <1600558679.29.0.154250912328.issue28694@roundup.psfhosted.org>
2020-09-19 23:37:59markrosemanlinkissue28694 messages
2020-09-19 23:37:59markrosemancreate