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 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 | d | ) |
Retrieves the depth of the given drawable.
d | The given drawable. |
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. |