Modules
Ecore_X - X11 Integration

Ecore_X provides a wrapper and convenience functions for using the X Windows System. More...

Modules

 X Library Init and Shutdown Functions
 Functions that start and shut down the Ecore X Library.
 
 X Synchronization Functions
 Functions that ensure that all commands that have been issued by the Ecore X library have been sent to the server.
 
 X Display Attributes
 Functions that set and retrieve X display attributes.
 
 X Atom Functions
 Functions that operate on atoms.
 
 X Composite Extension Functions
 Functions related to the X Composite Extension.
 
 X Damage Extension Functions
 Functions related to the X Damage Extension.
 
 X DPMS Extension Functions
 Functions related to the X DPMS Extension.
 
 X Drawable Functions
 Functions that operate on drawables.
 
 MWM related functions.
 Functions related to MWM.
 
 X Pixmap Functions
 Functions that operate on pixmaps.
 
 X Window Creation Functions
 Functions that can be used to create an X window.
 
 X Window Destroy Functions
 Functions to destroy X windows.
 
 X Window Geometry Functions
 Functions that change or retrieve the geometry of X windows.
 
 X Window Z Order Functions
 Functions that change the Z order of X windows.
 
 X Window Property Functions
 Functions that set window properties.
 
 X Window Visibility Functions
 Functions to access and change the visibility of X windows.
 
 X Window Focus Functions
 Functions that give the focus to an X Window.
 
 X Window Parent Functions
 Functions that retrieve or changes the parent window of a window.
 
 X Window Shape Functions
 These functions use the shape extension of the X server to change shape of given windows.
 
 X Fixes Extension Functions
 Functions related to the X Fixes extension.
 

Detailed Description

Ecore_X provides a wrapper and convenience functions for using the X Windows System.

Function groups for this part of the library include the following:

When using the XLib backend, setting the ECORE_X_SYNC environment variable will cause X calls to be run synchronously for easier debugging.