Is there a simple way to change the font style of widgets without
explictly knowing the widget's font?

For example: if I want to toggle the bold state of a widget's
text, do I need to determine its font, then build an equivalent
font object/expression with the font style I need, and pass that
full font description to widget.config() or can I use a shortcut
technique that allows me to pass 'bold' or 'normal' to control a
widget's font.

Thank you,
Malcolm
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to