Functions | |
EAPI void | ecore_x_drawable_geometry_get (Ecore_X_Drawable d, int *x, int *y, int *w, int *h) |
Retrieves the geometry of the given drawable. | |
EAPI int | ecore_x_drawable_border_width_get (Ecore_X_Drawable d) |
Retrieves the width of the border of the given drawable. | |
EAPI int | ecore_x_drawable_depth_get (Ecore_X_Drawable d) |
Retrieves the depth of the given drawable. | |
EAPI void | ecore_x_drawable_geometry_get_prefetch (Ecore_X_Drawable drawable) |
Sends the GetGeometry request. | |
EAPI void | ecore_x_drawable_geometry_get_fetch (void) |
Gets the reply of the GetGeometry request sent by ecore_x_atom_get_prefetch(). | |
EAPI void | ecore_x_drawable_geometry_get (Ecore_X_Drawable drawable __UNUSED__, int *x, int *y, int *width, int *height) |
Retrieves the geometry of the given drawable. | |
EAPI int | ecore_x_drawable_border_width_get (Ecore_X_Drawable drawable __UNUSED__) |
Retrieves the width of the border of the given drawable. | |
EAPI int | ecore_x_drawable_depth_get (Ecore_X_Drawable drawable __UNUSED__) |
Retrieves the depth of the given drawable. |
EAPI int ecore_x_drawable_border_width_get | ( | Ecore_X_Drawable drawable | __UNUSED__ | ) |
Retrieves the width of the border of the given drawable.
drawable | Unused. |
EAPI int ecore_x_drawable_border_width_get | ( | Ecore_X_Drawable | d | ) |
Retrieves the width of the border of the given drawable.
d | The given drawable. |
EAPI int ecore_x_drawable_depth_get | ( | Ecore_X_Drawable drawable | __UNUSED__ | ) |
Retrieves the depth of the given drawable.
drawable | Unused. |
EAPI int ecore_x_drawable_depth_get | ( | Ecore_X_Drawable | d | ) |
Retrieves the depth of the given drawable.
d | The given drawable. |
EAPI void ecore_x_drawable_geometry_get | ( | Ecore_X_Drawable drawable | __UNUSED__, | |
int * | x, | |||
int * | y, | |||
int * | width, | |||
int * | height | |||
) |
Retrieves the geometry of the given drawable.
drawable | Unused. | |
x | Pointer to an integer into which the X position is to be stored. | |
y | Pointer to an integer into which the Y position is to be stored. | |
width | Pointer to an integer into which the width is to be stored. | |
height | Pointer to an integer into which the height is to be stored. |
EAPI void ecore_x_drawable_geometry_get | ( | Ecore_X_Drawable | d, | |
int * | x, | |||
int * | y, | |||
int * | w, | |||
int * | h | |||
) |
Retrieves the geometry of the given drawable.
d | The given drawable. | |
x | Pointer to an integer into which the X position is to be stored. | |
y | Pointer to an integer into which the Y position is to be stored. | |
w | Pointer to an integer into which the width is to be stored. | |
h | Pointer to an integer into which the height is to be stored. |
EAPI void ecore_x_drawable_geometry_get_prefetch | ( | Ecore_X_Drawable | drawable | ) |
Sends the GetGeometry request.
drawable | Drawable whose characteristics are sought. |