如何增加 Checkbutton 的大小 - Tkinter

Posted

技术标签:

【中文标题】如何增加 Checkbutton 的大小 - Tkinter【英文标题】:How to increase Checkbutton size - Tkinter 【发布时间】:2018-02-26 04:20:00 【问题描述】:

是否可以放大 Checkbutton 对象的小复选框?增加文本大小时,大小不成比例。我通过以下链接 (Checkbutton) 进行了搜索,但找不到有关盒子实际大小的任何信息。感谢您的帮助。

【问题讨论】:

创建实例时,更改宽度和高度参数。 checkbox = Checkbutton(frame, width=50, height=50) 【参考方案1】:

无法更改复选按钮的大小,但您可以提供自己的图像。因此,一种解决方案是创建您自己的各种尺寸的图像。

【讨论】:

这个答案非常有用,谢谢,我的问题的另一种选择。

以上是关于如何增加 Checkbutton 的大小 - Tkinter的主要内容,如果未能解决你的问题,请参考以下文章

Tkinter Checkbutton

tkinter 06 Checkbutton 勾选项

tkinter 笔记 checkbutton 勾选项 (莫烦python笔记)

如何增加文本小部件的字体大小?

tkinter checkbutton 第一节

Python3 Tkinter基础 Checkbutton 使用for循环生成多个 anchor=W 西对齐