在 X 中创建隐藏的、不可见的窗口?
X 中是否可以创建一个不可见的窗口?我查看了 XCreateSimpleWindow API,但没有找到任何使其隐藏的属性。有办法吗?
谢谢
Is it possible in X to create a window that is not visible? I looked at the XCreateSimpleWindow API but did not find any attributes to make it hidden. Is there a way?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能正在寻找一个仅输入窗口。使用 XCreateWindow 时,可以将类指定为 InputOnly。
You may be looking for an InputOnly window. You can specify the class as InputOnly when using XCreateWindow.