Create a click through window for Linux

烈酒焚心 提交于 2019-12-07 12:59:34

问题


I want to make a click through window. A window which I click but the click pass to the window below it.

I've found this two solutions for windows:

How to make click-through windows PyQt
I have a form that can "click through", i.e. direct clicks to the window below. How can I undo my changes after the event?

But I want it to work in linux. I study the xlib mechanisms but cannot understand how the window stack works. Actually I can get all the windows with XQueryTree() and found the ones under my window. But I don't know witch one are above.

来源:https://stackoverflow.com/questions/30670032/create-a-click-through-window-for-linux

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!