Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xcb_destroy_window_checked(3) [centos man page]

xcb_destroy_window(3)						   XCB Requests 					     xcb_destroy_window(3)

NAME
xcb_destroy_window - Destroys a window SYNOPSIS
#include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_destroy_window(xcb_connection_t *conn, xcb_window_t window); REQUEST ARGUMENTS
conn The XCB connection to X11. window The window to destroy. DESCRIPTION
Destroys the specified window and all of its subwindows. A DestroyNotify event is generated for each destroyed window (a DestroyNotify event is first generated for any given window's inferiors). If the window was mapped, it will be automatically unmapped before destroying. Calling DestroyWindow on the root window will do nothing. RETURN VALUE
Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcb_request_check instead, use xcb_destroy_window_checked. See xcb-requests(3) for details. ERRORS
xcb_window_error_t The specified window does not exist. SEE ALSO
xcb-requests(3), xcb_destroy_notify_event_t(3), xcb_unmap_window(3), xcb_map_window(3) AUTHOR
Generated from xproto.xml. Contact xcb@lists.freedesktop.org for corrections and improvements. XCB
2014-06-10 xcb_destroy_window(3)

Check Out this Related Man Page

xcb_destroy_window(3)						   XCB Requests 					     xcb_destroy_window(3)

NAME
xcb_destroy_window - Destroys a window SYNOPSIS
#include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_destroy_window(xcb_connection_t *conn, xcb_window_t window); REQUEST ARGUMENTS
conn The XCB connection to X11. window The window to destroy. DESCRIPTION
Destroys the specified window and all of its subwindows. A DestroyNotify event is generated for each destroyed window (a DestroyNotify event is first generated for any given window's inferiors). If the window was mapped, it will be automatically unmapped before destroying. Calling DestroyWindow on the root window will do nothing. RETURN VALUE
Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcb_request_check instead, use xcb_destroy_window_checked. See xcb-requests(3) for details. ERRORS
xcb_window_error_t The specified window does not exist. SEE ALSO
xcb-requests(3), xcb_destroy_notify_event_t(3), xcb_unmap_window(3), xcb_map_window(3) AUTHOR
Generated from xproto.xml. Contact xcb@lists.freedesktop.org for corrections and improvements. XCB
2014-06-10 xcb_destroy_window(3)
Man Page

4 More Discussions You Might Find Interesting

1. Solaris

Pop-up window using X11

Anyone know of a way to create a pop-up window using X11? I'm not to sure where to start. I just think it would be neat to do. So I was hoping someone out there had documentation on how to go about this, or if I was going to have to write/compile a program to do so. Thank you! Adelsin (8 Replies)
Discussion started by: adelsin
8 Replies

2. UNIX for Dummies Questions & Answers

X window/X11 basics

Hi all, Can anybody suggest a good resource to know about X/X-window/X11 etc in linux/unix. Introduction and useful commands. Its little confusing to me. thanks in advance! (0 Replies)
Discussion started by: lramsb4u
0 Replies

3. Programming

How install XCB?

In my mint I can't found <xcb/xcb.h> while in Ubuntu it was. ---------- Post updated at 03:11 PM ---------- Previous update was at 01:43 PM ---------- Is possibility install XCB from sources: from linuxfromscratch.org steps: x7proto.html xcb-proto.html libXau.html libxcb.html (3 Replies)
Discussion started by: AndrzejB
3 Replies

4. Programming

Low level X11 programming

How to use X11 without Xlib not XCB? How draw window directly on low level? I must use anyway window manager like Motif? I have ridden that X11 has server-client architecture, client send via TCP/IP to port 6000 request for primitives and get replies. Where is detailed description of it? In X11... (0 Replies)
Discussion started by: AndrzejB
0 Replies