Rafe Kettler <rafe.kett...@gmail.com> added the comment:

If you were to create a FileDialog, you should see proper buttons (at least I 
do in Windows):

import tkFileDialog
tkFileDialog.askopenfile()

I think that this goes more along the lines of a bug, because I know that 
Tkinter has the ability to properly show buttons. So, it would seem to be a bug 
that for two types of dialogs, the buttons aren't displayed correctly and 
rather reflect an old-style button.

I'm not sure if this is on the Python or Tcl side of the problem, but I really 
have no way of testing the Tcl/Tk implementation of these dialogs.

----------

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

Reply via email to