X11::XCB::Connection(3pm) | User Contributed Perl Documentation | X11::XCB::Connection(3pm) |
X11::XCB::Connection - connection to the X server
Returns a new "X11::XCB::Atom" assigned to this connection.
Returns a new "X11::XCB::Color" assigned to this connection.
Returns a new "X11::XCB::Window" representing the X11 root window.
Returns the X11 input focus (a window ID).
Returns an arrayref of X11::XCB::Screens.
Returns intrinsically created array with X11 Keymap:
[ undef, # index in array is a key's scan code: 0 ... [0x31, 0x21, 0x31, 0x21, 0x0, 0x0, 0x0], # key symbol codes. scan code 10 represents key '1' ... ]
Returns intrinsically created array with children windows identifiers for specified window:
[ id1, id2, id3 ]
2024-03-31 | perl v5.38.2 |