Change the window's opacity / hide it without affecting its childs

六眼飞鱼酱① 提交于 2020-01-06 01:45:26

问题


I simply have a drawing area, contained in a GtkWindow toplevel.

How can I hide the window / make it fully transparent without doing that to its children too (in that case the the drawing area) ?

I am aiming to the case in which everything drawn by the program is just the canvas drawing.

来源:https://stackoverflow.com/questions/32534734/change-the-windows-opacity-hide-it-without-affecting-its-childs

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