| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The Python X Library is distributed as a Python package, named
Xlib. It contains a number of modules providing the main
library interface:
displayContains the Display class, providing the X connection and access
to all other X objects and operations.
errorContains all Xlib exception classes.
threadedImported to set up the library to be thread-safe.
rdbContains ResourceDB, an X resource database class, and related
code.
XContains symbolic names for all basic X protocol constants.
XutilContains additional constants for mainly the ICCCM standard.
XKContains symbolic names for all X keysyms.
XatomContains symbolic names for all standard X atoms.
XcursorfontContains symbolic names for all standard X fonts.
There is also a number of subpackages, but they will mainly be of interest to developers of the Xlib itself:
protocolThe low-level protocol implementation. Contains definitions of all X
request, responses, events and errors, in addition to the core network
code. The high-level object oriented interface provided by
Xlib.display is merely a wrapper around this package.
supportMiscellaneous supporting code for handling threads and operating system-specific features.
xobjectContains classes for all X objects, which are returned by various display operations.
extContains various X protocol extensions. Extensions supported by the server are loaded automatically at the display connection.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on September 16, 2020 using texi2html 5.0.