
xcb_query_tree - X Window System
Gets the root window ID, parent window ID and list of children windows for the specified window. The children are listed in bottom-to-top stacking order. Returns an xcb_query_tree_cookie_t. …
问 在Linux上有没有SetWindowPos的等价物? - 腾讯云
2013年5月9日 · 您可以使用xcb_query_tree查找要操作的窗口,然后使用xcb_configure_window移动它。 This page 提供了一些关于如何做到这一点的细节。 有一个关于使用这些函数所来自 …
问 如何使用libxcb获取顶级窗口及其名称 - 腾讯云
2022年4月20日 · 我有一个Linux桌面,有两个打开的窗口:一个终端和一个浏览器。我正试图用libxcb获取那些窗口的名称。下面是我在https://www.systutorials.com/docs/linux/man/3 …
Basic Graphics Programming With The XCB Library - X Window …
XCB has been created to eliminate the need for programs to actually implement the X protocol layer. This library gives a program a very low-level access to any X server. Since the protocol …
XCB: XCB API - freedesktop.org
XCB_QUERY_TREE 15 #define XCB_INTERN_ATOM 16 #define XCB_GET_ATOM_NAME 17 #define XCB_CHANGE_PROPERTY 18 #define XCB_DELETE_PROPERTY 19 #define …
XCB: xcb_query_tree_reply_t Struct Reference
2011年1月8日 · xcb_query_tree_reply_t. The documentation for this struct was generated from the following file: xproto.h; Generated by ...
X C Bindings | Eureka
2024年9月21日 · XCB 是应用与 X 服务器交互使用的 C 绑定函数集,它里面的一些 C 函数是通过 python3-xcbgen 工具生成的,不经过编译在它的源码库是找不到的。 而且 XCB 古老到仍然使 …
xcb_query_tree_reply(3) — Arch manual pages
xcb_query_tree - query the window tree. SYNOPSIS. #include <xcb/xproto.h> Request function. xcb_query_tree_cookie_t xcb_query_tree(xcb_connection_t *conn, xcb_window_t window); …
xcb_query_tree - Linux Howtos
Gets the root window ID, parent window ID and list of children windows for the specified window. The children are listed in bottom-to-top stacking order. Returns an xcb_query_tree_cookie_t. …
The X New Developer’s Guide: Xlib and XCB - X Window System
When using the -tree option to walk the window tree, xwininfo can request the data for all the children of the current window at once, batching even further. On a local connection on a …
- 某些结果已被删除