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, roger.serwy, terry.reedy
Date 2015-09-08.00:42:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441672933.59.0.053445062367.issue25020@psf.upfronthosting.co.za>
In-reply-to
Content
Certain policy decisions should be in one place in the code (DRY). 

These could be based on preferences or environment (should we be using ttk?), which operating system we're using (what hand cursor looks best?) or even the version of the operating system we're running (do we need to include a sizegrip?), etc.

Similarly, there are some small utilities that should be available in many places (e.g. what events to bind to for context menu clicks, setting a dialog to modal appearance) that don't necessarily fit elsewhere.

I've attached ui.py which will be a starting place for these sorts of things.
History
Date User Action Args
2015-09-08 00:42:13markrosemansetrecipients: + markroseman, terry.reedy, kbk, roger.serwy
2015-09-08 00:42:13markrosemansetmessageid: <1441672933.59.0.053445062367.issue25020@psf.upfronthosting.co.za>
2015-09-08 00:42:13markrosemanlinkissue25020 messages
2015-09-08 00:42:12markrosemancreate