英文: Using tkinter, when I place my tree and buttons on the canvas why do they disappear? 问题 以下是您的代码:...
获取特定列中的最后一项在tkinter python中的方法是什么?
英文: How to get last item of a specific column in tkinter python? 问题 要获取特定列的最后一项数值,您可以使用以下代码: ```pyth...
customtkinter – 是否有一种方法可以在组合框上执行验证?
英文: customtkinter - is there a way to perform validation on ComboBoxes? 问题 你可以在输入框小部件上使用 "valid...
在3个分开的tk.Text框中显示文本的方法是什么?
英文: Is there a way to display text at one level in 3 separated tk.Text boxes? 问题 I make my program w...
在tkinter中有一种方法可以创建一个函数,它将参数作为字符串返回吗?
英文: Is there a way to have a function that returns the argument as a string in tkinter? 问题 导入 custom...
MacOS错误与Tkinter代码导致分段错误(SIGSEGV)
英文: MacOS error with Tkinter code causing segmentation fault (SIGSEGV) 问题 我理解你需要翻译英文代码段。以下是你提供的Pytho...
My code is not working. Althought GUI is fine, the functions of this application isn't working
英文: My code is not working. Althought GUI is fine, the functions of this application isn't worki...
我如何循环遍历按钮并将它们自动放置在网格中?
英文: 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...
如何在Python的tkinter中从链接菜单项传递值?
英文: How to pass values from a linked menu item in python tkinter? 问题 To create a variable to hold an...
29