[issue6549] ttk.Style not translating some Tcl options

Guilherme Polo report at bugs.python.org
Wed Feb 23 02:19:28 CET 2011


Guilherme Polo <ggpolo at 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.

Is this related to the initial report ?

Setting styles may be problematic, and I don't think there is
something fully describing all the things in ttk.Style (Tcl, Python
and other languages) yet. There is a .tcl script that performs a lot
of styling here:
http://tktable.git.sourceforge.net/git/gitweb.cgi?p=tktable/tile-qt;a=tree;f=library;hb=HEAD

It might help you, but I can't confirm. Good luck, but continue this
conversation on a forum if it is not related to the initial report.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6549>
_______________________________________


More information about the Python-bugs-list mailing list