Ecore_X_Window_Z_Order_Group

Langue: en

Autres versions - même langue

Version: 172576 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

X Window Z Order Functions - Functions that change the Z order of X windows.

Functions


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

Detailed Description

Functions that change the Z order of X windows.

Function Documentation

EAPI void ecore_x_window_lower (Ecore_X_Window win)

Lowers the given window.

Parameters:

win The window to lower.

EAPI void ecore_x_window_raise (Ecore_X_Window win)

Raises the given window.

Parameters:

win The window to raise.

Author

Generated automatically by Doxygen for Ecore from the source code.