英文: how to check if the value of entry is equal to a record in sql database 问题 以下是代码的翻译部分: def login...
如何在tkinter中使用`pack_propagate`方法来控制单方向布局?
英文: How to tkinter pack_propagate in one direction? 问题 以下是您要翻译的代码部分: class MyWindow(tk.Tk): def __in...
TKInter在我编写函数时无法正常工作。
英文: TKInter not working when I code in a function 问题 我正在编写一个使用航班API的简短程序。根据我的尝试,我希望将第30到59行(即“Client...
TkInter越来越多地占用内存
英文: TkInter is hoarding more and more ram 问题 Sure, here are the translated code parts as you request...
无法检查列表框中的项目是否已被点击。
英文: Cannot check if item in listbox was clicked 问题 from tkinter import * top = Toplevel() top.geomet...
Tkinter无法识别任何类型的函数
英文: Tkinter not recognizing any type of function 问题 import tkinter import customtkinter tk = tkinter...
如何使用Tkinter显示动态字符串
英文: How do you display a dynamic string with Tkinter 问题 以下是您要翻译的内容: "I have what I hope to be a...
在Text小部件中,有一个Python Tkinter方法可以用于合并撤销/重做堆栈吗?
英文: Is there are a Python Tkinter method in the Text widget for joining the Undo/Redo stack? 问题 I am...
如何编写Python代码以进入文件并输出其’类型-大小’属性?
英文: How do I write Python code that enters a file and outputs its 'type-size' properties? 问题...
使用函数创建 tkinter 按钮
英文: Create tkinter buttons using a function 问题 当我尝试使用函数(new_btn(r, c, btn))在网格中创建按钮时,它们上面的图像被移除,我只能点...
29