通过 Xlib 的窗口图标化状态

发布于 2024-08-11 05:10:45 字数 71 浏览 6 评论 0原文

是否可以仅使用纯 X11/Xlib 的方式检查给定窗口是否已图标化/最小化,如果是,如何进行?

Is it possible to check with the means of pure X11/Xlib only whether the given window is iconified/minimized, and, if it is, how?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

岁月静好 2024-08-18 05:10:45

是的。有几种方法可以做到这一点:

yes. there are several ways of doing it:

乖乖哒 2024-08-18 05:10:45

XGetWMHints()似乎是首选的方法。

还有函数 XGetZoomHints(),但似乎已被弃用。

XGetWMHints() seems to be the preferred way of doing it.

There's also the function XGetZoomHints(), but that seems to have been deprecated.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文