英文: Is there a difference between "tkinter-variable" tkinter methods arguments and string ...
使用tkinter文本小部件,如何使用.insert方法以覆盖整个文本内容?
英文: With tkinter text widget, how to use .insert so that it overwrites the entire text content? 问题 我...
Tkinter:如何处理文本区域中的新行并将它们保存为单个条目?
英文: Tkinter: How to handle new lines in a textarea and save them as a single entry? 问题 我有一个在tkinter上...
如何在tkinter中使用网格(grid)水平居中一个小部件?
英文: How do I horizontally center a widget using grid in tkinter? 问题 我尝试创建一个标签,使其居中显示在屏幕上。我应该如何使用grid...
重新排列表格中的行 Customtkinter
英文: Re-arranging rows in a table Customtkinter 问题 I am currently trying to figure out how to do the ...
如何在实例化期间正确使用ttk.Treeview.bbox?
英文: How to get ttk.Treeview.bbox to work correctly during instantiating? 问题 以下是翻译好的部分: 这个脚本的目的是暴露出一个...
如何在 tkinter 中将类初始化为一个帧。
英文: How to initialize a class as a frame tkinter 问题 这是您提供的代码的翻译部分: 我之前问过这个问题,但我已经缩小了问题的范围,至少我认为是这样。我...
如何在PIL中导入一个带有透明背景的PostScript文件?
英文: How to import a PostScript file into PIL with a transparent background? 问题 使用Pillow 9.5.0,Python...
如何在Python的tkinter中绑定”鼠标按下”事件?
英文: How do i bind "mouse is pressed" in Python's tkinter? 问题 我是新手学习 tkinter,正在编写一个简单的“...
Tkinter Entry框的字体未随默认设置更改。
英文: Tkinter Entry Box Font not changing with default 问题 我有一个正在构建的应用程序的GUI,我想让用户有选择地更新字体样式和大小。以下是我迄今为...
29