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 mark
Recipients mark
Date 2012-06-26.08:41:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340700094.05.0.57171486761.issue15191@psf.upfronthosting.co.za>
In-reply-to
Content
Some of the tkinter convenience dialogs, e.g., tkinter.filedialog.FileDialog, tkinter.scrolledtext.ScrolledText, tkinter.simpledialog.SimpleDialog, tkinter.simpledialog.Dialog, and tkinter.simpledialog._QueryDialog. Ideally they should use ttk.Frame, ttk.Button, etc. Or if that is risky for compatibility, then couldn't they be copied to tkinter.ttk and the copies themized?
History
Date User Action Args
2012-06-26 08:41:34marksetrecipients: + mark
2012-06-26 08:41:34marksetmessageid: <1340700094.05.0.57171486761.issue15191@psf.upfronthosting.co.za>
2012-06-26 08:41:33marklinkissue15191 messages
2012-06-26 08:41:32markcreate