How to get XWindow ID in GTK3?

旧时模样 提交于 2019-12-25 01:54:24

问题


In GTK3, how do I retrieve the XWindow ID? I didn't see anything related to this in GdkWindow.

In documentation, it is said there is a GDK_WINDOW_XID() macro. However, I cannot find the equivalence in Python binding.

来源:https://stackoverflow.com/questions/14732838/how-to-get-xwindow-id-in-gtk3

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