英文: Is there a way to have a function that returns the argument as a string in tkinter? 问题 导入 custom...
我如何循环遍历按钮并将它们自动放置在网格中?
英文: How can i loop through buttons and place them automatically in a grid? 问题 以下是您提供的代码的翻译: import c...
如何将我的框架的背景颜色与主窗口匹配。
英文: how to match the color back ground of my frame with the master window 问题 以下是你的Python代码的翻译部分: imp...
有没有办法同时进行下载过程和Tkinter图形界面工作?
英文: Is there any solution to make work downloading process and tkinter gui at same time 问题 Here's th...
customtkinter 在 VS Code 中未被识别。
英文: customtkinter is not recognised by VS Code 问题 我正在学习Python GUI 的初级阶段。 我正在使用 customtkinter 库。 我已在系...
检查顶层窗口是否已关闭?
英文: check if Toplevel windows was closed? 问题 我正在尝试找出代码,用于检查"Extra"窗口是否已关闭。我一直在查找,似乎找不到任何有用...
Customtkinter: 为什么这个 event.widget 丢失了正确的网格信息?
英文: Customtkinter: why does this event.widget lose the proper grid information? 问题 在一个用户界面中,我尝试创建一个交...
2