Ecore_X_Window_Save_Set_Group

Langue: en

Autres versions - même langue

Version: 374021 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

X Window Change Save Set Functions -

Functions that either inserts or deletes the specified window from the client's save-set.

Functions


EAPI void ecore_x_window_save_set_add (Ecore_X_Window window)
Inserts the window in the client's save-set.
EAPI void ecore_x_window_save_set_del (Ecore_X_Window window)
Deletes the window from the client's save-set.

Detailed Description

Functions that either inserts or deletes the specified window from the client's save-set.

Function Documentation

EAPI void ecore_x_window_save_set_add (Ecore_X_Window window)

Inserts the window in the client's save-set. Parameters:

window The window to insert in the client's save-set.

EAPI void ecore_x_window_save_set_del (Ecore_X_Window window)

Deletes the window from the client's save-set. Parameters:

window The window to delete from the client's save-set.

Author

Generated automatically by Doxygen for Ecore from the source code.