[New-bugs-announce] [issue15191] tkinter convenience dialogs don't use themed widgets

Mark Summerfield report at bugs.python.org
Tue Jun 26 10:41:34 CEST 2012


New submission from Mark Summerfield <mark at 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 <report at bugs.python.org>
<http://bugs.python.org/issue15191>
_______________________________________


More information about the New-bugs-announce mailing list