是否有 Tkinter/ttk 样式参考? [英] Is there a Tkinter/ttk style reference?

查看:31
本文介绍了是否有 Tkinter/ttk 样式参考?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用 ttk 可以生成如下代码:

With ttk one can produce code like the following:

style.configure('TButton', font='helvetica 24',foreground='red', padding=10)

是否有不同选项(例如字体、前景、填充)和与它们每个相关联的值(例如 helvetica 24、红色、10)的列表?我一直在网上搜索,还没有找到这样的参考.

Is there a list of the different options (e.g. font, foreground, padding) and the values (e.g. helvetica 24, red, 10) associated with each of them? I've been searching online and have yet to find such a reference.

另外,是否有类似 css 的东西可以用来设计 TKinter GUI 的样式?或者 ttk 是我最好的选择?

Also, is there a css-like thing we can use to style a TKinter GUI? Or is ttk my best bet?

推荐答案

您应该在 Tk 中找到的大多数信息参考手册.查看所有小部件和主题小部件.

Most information you should find in Tk Reference Manual. See all widgets and themed widgets.

也许更有用的地方:Tkinter 8.5 参考:新墨西哥理工大学的 Python 图形用户界面

这篇关于是否有 Tkinter/ttk 样式参考?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆