gpt4 book ai didi

windows - 模糊(散焦)窗口

转载 作者:可可西里 更新时间:2023-11-01 14:36:58 25 4
gpt4 key购买 nike

快速提问:如何在 PyGTK 中模糊(取消聚焦)一个窗口,而不在其他窗口上创建或设置焦点?我在 PyGTK 文档中找不到(或者我不知道在哪里搜索)解决方案...

最佳答案

# Assuming a Gtk.Window named 'win'...
win.set_focus(None)

有关更多详细信息,请参阅 http://www.pygtk.org/pygtk2reference/class-gtkwindow.html#method-gtkwindow--set-focus 上的文档

If focus is None the window's focus widget is unset.

关于windows - 模糊(散焦)窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10095244/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com