X Window Destroy Functions

Functions to destroy X windows. More...

Functions

void ecore_x_window_free (Ecore_X_Window win)
 Deletes the given window. More...
 
void ecore_x_window_delete_request_send (Ecore_X_Window win)
 Sends a delete request to the given window. More...
 

Detailed Description

Functions to destroy X windows.

Function Documentation

void ecore_x_window_free ( Ecore_X_Window  win)

Deletes the given window.

Parameters
winThe given window.

References EAPI, ecore_x_sync(), ecore_x_window_ignore_list(), and ecore_x_window_ignore_set().

Referenced by ecore_x_e_window_profile_change_done_send(), and ecore_x_e_window_profile_supported_set().

void ecore_x_window_delete_request_send ( Ecore_X_Window  win)

Sends a delete request to the given window.

Parameters
winThe given window.

References EAPI, ecore_x_client_message32_send(), ecore_x_sync(), ecore_x_window_hide(), and ecore_x_window_show().