.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "X11::XCB::Connection 3pm" .TH X11::XCB::Connection 3pm 2024-03-07 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME X11::XCB::Connection \- connection to the X server .SH METHODS .IX Header "METHODS" .SS atom .IX Subsection "atom" Returns a new \f(CW\*(C`X11::XCB::Atom\*(C'\fR assigned to this connection. .SS color .IX Subsection "color" Returns a new \f(CW\*(C`X11::XCB::Color\*(C'\fR assigned to this connection. .SS root .IX Subsection "root" Returns a new \f(CW\*(C`X11::XCB::Window\*(C'\fR representing the X11 root window. .SS input_focus .IX Subsection "input_focus" Returns the X11 input focus (a window ID). .SS screens .IX Subsection "screens" Returns an arrayref of X11::XCB::Screens. .SS get_keymap .IX Subsection "get_keymap" Returns intrinsically created array with X11 Keymap: .PP .Vb 6 \& [ \& undef, # index in array is a key\*(Aqs scan code: 0 \& ... \& [0x31, 0x21, 0x31, 0x21, 0x0, 0x0, 0x0], # key symbol codes. scan code 10 represents key \*(Aq1\*(Aq \& ... \& ] .Ve .SS get_query_tree_children .IX Subsection "get_query_tree_children" Returns intrinsically created array with children windows identifiers for specified window: .PP .Vb 1 \& [ id1, id2, id3 ] .Ve