[issue21341] Configuring 'font' with ttk.Style for 'TEntry' does not change displayed font

Terry J. Reedy report at bugs.python.org
Sat Apr 26 02:00:57 CEST 2014


Terry J. Reedy added the comment:

This appears to be a tcl/tk(ttk) issue. You rediscovered what is documented here:
http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/ttk-Entry.html
Table 40. ttk.Entry options
font 	Use this option to specify the font of the text that will appear in the widget; see Section 5.4, “Type fonts”. For reasons that are unclear to the author, this option cannot be specified with a style.

----------
nosy: +terry.reedy
resolution:  -> third party
stage:  -> resolved
status: open -> closed
versions: +Python 3.5

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


More information about the Python-bugs-list mailing list