Clayton Darwin <claytondar...@gmail.com> added the comment:

I have been working with the ttk module (Windows XP, Python 3.1) and have 
encountered some specific issues with ttk.Style() not fully propagating the 
style into the widget.  In my particular case, there seem to be issues with 
setting style in TCombobox and TEntry.  The biggest issue is that you can't 
change the style of the ttk.Combobox popdown.  Style can be set in the top 
window, but not using all methods, but nothing works for the popdown. 

I have included an example script that illustrates the issues I have 
encountered.

Clayton

----------
nosy: +claytondarwin
Added file: http://bugs.python.org/file20841/ttk_combobox_test.py

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

Reply via email to