[issue27309] Visual Styles support to tk/tkinter file and message dialogs

2016-06-20 Thread [HYBRID BEING]

[HYBRID BEING] added the comment:

Ok, you sorta lost me. Would patthoyts's solution not work with Tk <8.5? As i 
understood (which i may did wrong), message box is returned by system (or is it 
actually Tk, and not system?), and it uses styled/non-styled controls based on 
calling process manifests, right? Then where does tkinter comes into equation?
Moreover, on OS X and Ubuntu message boxes seem to use themed controls (at 
least simple message boxes do) just fine.

--

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



[issue27309] Visual Styles support

2016-06-13 Thread [HYBRID BEING]

New submission from [HYBRID BEING]:

This answer 
(http://stackoverflow.com/questions/33792008/python-tkinter-ttk-themed-message-box/33801260#33801260)
 to the Stack Overflow question states that Tkinter's messageboxes use 
non-themed controls due to the fact that python.exe and pythonw.exe lack 
manifest which notifies Windows that application supports Visual Styles.
Is there any specific reason it's not used?

--
components: Windows
messages: 268477
nosy: [HYBRID BEING], paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Visual Styles support
type: behavior
versions: Python 3.4, Python 3.5

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