Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个 Tkinter GUI,需要在 GUI 窗口顶部面板中添加一个按钮,在最小化、最大化和关闭按钮旁边。然后按钮调用一个函数。如何才能做到这一点?
Tkinter 没有任何支持来做你想做的事。您必须找到某种特定于平台的库来更改窗口边框中显示的内容。
您唯一的其他选择是使用 关闭操作系统提供的窗口边框overrideredirect,然后使用您想要的任何控件创建自己的边框。这需要大量工作,因为您还必须编写用于移动和调整窗口大小的代码,但这是可能的。
overrideredirect