[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
All X operations are performed by invoking object methods.
The objects and their methods are listed in the following nodes, however with no detailed explanations. The reader are referred to other sources of X documentation for details, e.g. the X protocol specification, the C Xlib documentation or man pages. A vast collection of X documentation links can be found at http://www.rahul.net/kenton/xsites.html.
Methods returning a single value will return that directly. Otherwise, an object containing attributes for each of the result values is returned.
Methods returning some value will raise an exception on error. Methods
which does not return any value have instead an on_error
parameter, which can be used to specify an error handler.
6.1 Display | Methods on Display objects. | |
6.2 Resource | Methods common to all the following resource objects. | |
6.3 Colormap | Methods on Colormap objects. | |
6.4 Cursor | Methods on Cursor objects. | |
6.5 Drawable | Methods common to Window and Pixmap objects. | |
6.6 Window | Methods on Window objects. | |
6.7 Pixmap | Methods on Pixmap objects. | |
6.8 Fontable | Methods common to GC and Font objects. | |
6.9 GC | Methods on GC objects. | |
6.10 Font | Methods on Font objects. |
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on September 16, 2020 using texi2html 5.0.