Evas_X_Window_Destroy_Group (3) - Linux Manuals
Evas_X_Window_Destroy_Group: Functions to destroy X windows.
NAME
X Window Destroy Functions - Functions to destroy X windows.
Functions
EAPI void ecore_x_window_del (Ecore_X_Window win)
Deletes the given window.
EAPI void ecore_x_window_delete_request_send (Ecore_X_Window win)
Sends a delete request to the given window.
Detailed Description
Functions to destroy X windows.
Function Documentation
EAPI void ecore_x_window_del (Ecore_X_Window win)
Deletes the given window.
Parameters:
- win The given window.
EAPI void ecore_x_window_delete_request_send (Ecore_X_Window win)
Sends a delete request to the given window.
Parameters:
- win The given window.
Author
Generated automatically by Doxygen for Ecore from the source code.