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.
当打开其他窗口时,我希望主窗口“灰色,冻结,停止工作”。有一些默认的方法吗?与 gtk.Dialog 的工作方式几乎相同。
编辑:目前我只是用文本行替换所有内容,但我想应该有更好的方法。
你真的不应该试图让程序变得无响应。如果您要做的是阻止用户使用窗口,请使对话框模态:gtk.Dialog.set_modal(True)
gtk.Dialog.set_modal(True)