This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients claytondarwin, gpolo, markroseman
Date 2011-02-23.01:19:27
SpamBayes Score 5.0903726e-14
Marked as misclassified No
Message-id <AANLkTi=_ssUckcRbBHHr+v3cJt7YPtebWAfAJ7vxLTZx@mail.gmail.com>
In-reply-to <1298393614.88.0.809270711663.issue6549@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2011-02-23 01:19:28gpolosetrecipients: + gpolo, markroseman, claytondarwin
2011-02-23 01:19:27gpololinkissue6549 messages
2011-02-23 01:19:27gpolocreate