如何更改主题按钮小部件(ttk::button)中的字体和字体大小?
ttk::button .x.buttonTEST -text "TEST" -font ??
# the -font option is not valid with ttk::button发布于 2010-03-18 00:43:32
你可能会在这个Tk教程页面上找到你想要的答案:http://www.tkdocs.com/tutorial/styles.html
https://stackoverflow.com/questions/2463565
复制相似问题