Ecore_X_Window_Save_Set_Group (3) Linux Manual Page
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.
