X Window Destroy Functions

Functions to destroy X windows. More...

Functions

EAPI void ecore_x_window_free (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_delete_request_send ( Ecore_X_Window  win)

Sends a delete request to the given window.

Parameters
winThe given window.

References ecore_x_client_message32_send().

EAPI void ecore_x_window_free ( Ecore_X_Window  win)

Deletes the given window.

Parameters
winThe given window.