New submission from Mark Summerfield <m...@qtrac.eu>:

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?

----------
components: Tkinter
messages: 164057
nosy: mark
priority: normal
severity: normal
status: open
title: tkinter convenience dialogs don't use themed widgets
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15191>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to