How to change the font and font size in ttk::button (themed widgets)?
- by justin
Simple Question:
[1] How do you change the font and font size in the themed button widget (ttk::button)?
ttk::button .x.buttonTEST -text "TEST" -font??(option not valid with ttk::button)
please advise.