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 claytondarwin
Recipients claytondarwin, gpolo, markroseman
Date 2011-02-22.16:53:33
SpamBayes Score 4.2977677e-11
Marked as misclassified No
Message-id <1298393614.88.0.809270711663.issue6549@psf.upfronthosting.co.za>
In-reply-to
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. 

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

Clayton
History
Date User Action Args
2011-02-22 16:53:35claytondarwinsetrecipients: + claytondarwin, gpolo, markroseman
2011-02-22 16:53:34claytondarwinsetmessageid: <1298393614.88.0.809270711663.issue6549@psf.upfronthosting.co.za>
2011-02-22 16:53:34claytondarwinlinkissue6549 messages
2011-02-22 16:53:34claytondarwincreate