本文介绍了我可以风格我的Tkinter GUIs你的CSS样式HTML的方式吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

CSS允许您使用大量的通用性来设计HTML文档的样式。我想知道是否有一些等价的python的Tkinter?

CSS allows you to style HTML documents with a great deal of versatility. I was wondering if there was some equivalent for python's Tkinter?

推荐答案

没有选项来样式相同的方式,如果你可以使用CSS。

There are no options to style it the same way if you could use CSS.

此文档将有助于Tkinter样式:

This documentation will help for Tkinter styling:

这篇关于我可以风格我的Tkinter GUIs你的CSS样式HTML的方式吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 09:44