Tkinter Bold Text

April Lekin lekin2 at llnl.gov
Thu Sep 18 13:07:11 EDT 2008


Is there any way to highlight, bold or change the color of one word 
in a variable to be displayed on a Tkinter GUI?

Like:

material = "Plastic"
introVal = "This report describes the construction of the %s." % (material)

this is what I want:
This report describes the construction of the Plastic.
Plastic is Bold or Blue or Green

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080918/c5c5659f/attachment-0001.html>


More information about the Python-list mailing list