英文: Why is there extra space after the last column in a Tkinter application? 问题 我正在尝试使用Tkinter构建一个应用...
Text widget expands wide without being asked to do that (other elements don’t expand)
英文: Text widget expands wide without being asked to do that (other elements don't expand) 问题 构建一...
为什么我不能使用网格?
英文: Why am I not allowed to use grid? 问题 我正在编写一个名为eTasks的应用程序。以下是用于创建新任务窗口的代码: import tkinter as tk ...
问题:滚动条出现在父窗口中,而不是在“Treeview”旁边。
英文: Problem: The scroll bar appears in the parent window, not next to the "Treeview" 问题 这是...
如何在tkinter上创建一个具有3个选项卡的窗口。
英文: How to create a 3 tab window on tkinter 问题 我尝试在标题中提到的情况下,使用tkinter在Python上创建一个三个选项卡的窗口。我尝试扩展一个我找...
调用 tkinter.after(function) 一次又一次会导致堆栈溢出吗?
英文: Will calling tkinter.after(function) over and over cause a stackoverflow? 问题 I'm creating a GUI ...
如何确定 tkinter Toplevel 小部件是否存在?
英文: How to determine if tkinter Toplevel widget exists.? 问题 Sure, here is the translated code: 我有一个需...
可以强制 tkinter.Text 小部件在“空格”字符以及单词上换行吗?
英文: Can I force the tkinter.Text widget to wrap lines on the "space" character as well as ...
更改ttkbootstrap ScrolledFrame的内容
英文: Change the content of a ttkbootstrap ScrolledFrame 问题 我如何替换ttkbootstrap ScrolledFrame的内容? 我已经使用以...
我不能在我的类内部定义一个函数
英文: I cannot define a function inside my class 问题 在你提供的代码中,你有一个问题是关于 command=clear 的部分,这里应该将 clear 指...
29