|
|
|
@ -46,6 +46,7 @@ void *_ecore_xcb_window_grab_replay_data; |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @defgroup Ecore_X_Window_Create_Group X Window Creation Functions |
|
|
|
|
* @ingroup Ecore |
|
|
|
|
* |
|
|
|
|
* Functions that can be used to create an X window. |
|
|
|
|
*/ |
|
|
|
@ -311,6 +312,7 @@ ecore_x_window_override_argb_new(Ecore_X_Window parent, |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @defgroup Ecore_X_Window_Destroy_Group X Window Destroy Functions |
|
|
|
|
* @ingroup Ecore |
|
|
|
|
* |
|
|
|
|
* Functions to destroy X windows. |
|
|
|
|
*/ |
|
|
|
@ -441,6 +443,7 @@ ecore_x_window_configure(Ecore_X_Window win, |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @defgroup Ecore_X_Window_Geometry_Group X Window Geometry Functions |
|
|
|
|
* @ingroup Ecore |
|
|
|
|
* |
|
|
|
|
* Functions that change or retrieve the geometry of X windows. |
|
|
|
|
*/ |
|
|
|
@ -585,6 +588,7 @@ ecore_x_window_border_width_set(Ecore_X_Window win, |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @defgroup Ecore_X_Window_Z_Order_Group X Window Z Order Functions |
|
|
|
|
* @ingroup Ecore |
|
|
|
|
* |
|
|
|
|
* Functions that change the Z order of X windows. |
|
|
|
|
*/ |
|
|
|
@ -640,6 +644,7 @@ ecore_x_window_depth_get(Ecore_X_Window win) |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @defgroup Ecore_X_Window_Properties_Group X Window Property Functions |
|
|
|
|
* @ingroup Ecore |
|
|
|
|
* |
|
|
|
|
* Functions that set window properties. |
|
|
|
|
*/ |
|
|
|
@ -679,6 +684,7 @@ ecore_x_window_defaults_set(Ecore_X_Window win) |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @defgroup Ecore_X_Window_Visibility_Group X Window Visibility Functions |
|
|
|
|
* @ingroup Ecore |
|
|
|
|
* |
|
|
|
|
* Functions to access and change the visibility of X windows. |
|
|
|
|
*/ |
|
|
|
@ -753,6 +759,7 @@ ecore_x_window_hide(Ecore_X_Window win) |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @defgroup Ecore_X_Window_Focus_Functions X Window Focus Functions |
|
|
|
|
* @ingroup Ecore |
|
|
|
|
* |
|
|
|
|
* Functions that give the focus to an X Window. |
|
|
|
|
*/ |
|
|
|
@ -796,6 +803,7 @@ ecore_x_window_focus_at_time(Ecore_X_Window win, |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @defgroup Ecore_X_Window_Parent_Group X Window Parent Functions |
|
|
|
|
* @ingroup Ecore |
|
|
|
|
* |
|
|
|
|
* Functions that retrieve or changes the parent window of a window. |
|
|
|
|
*/ |
|
|
|
|