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.
我正在编写一个 GUI,在这个 GUI 中必须有几个窗口来编辑配置文件。
我想要的是用户在活动窗口关闭之前不能使用其他窗口。
这样做的方法是在窗口上进行“抓取”,这将强制所有事件转到该窗口。执行此操作的命令是grab_set。如果您在此站点上搜索,[tkinter] grab_set您会找到带有示例的答案。
[tkinter] grab_set