Ecore_X_Window_Save_Set_Group (3) - Linux Manuals
Ecore_X_Window_Save_Set_Group: Functions that either inserts or deletes the specified window from the client's save-set.
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.