Functions
X Window Z Order Functions

Functions that change the Z order of X windows. More...

Functions

void ecore_x_window_raise (Ecore_X_Window win)
 Raises the given window. More...
 
void ecore_x_window_lower (Ecore_X_Window win)
 Lowers the given window. More...
 

Detailed Description

Functions that change the Z order of X windows.

Function Documentation

◆ ecore_x_window_raise()

void ecore_x_window_raise ( Ecore_X_Window  win)

Raises the given window.

Parameters
winThe window to raise.

References ecore_x_sync().

◆ ecore_x_window_lower()

void ecore_x_window_lower ( Ecore_X_Window  win)

Lowers the given window.

Parameters
winThe window to lower.

References ecore_x_sync().