Functions | |
void | evas_object_image_border_set (Evas_Object *obj, int l, int r, int t, int b) |
Sets how much of each border of the given evas image object is not to be scaled. | |
void | evas_object_image_border_get (Evas_Object *obj, int *l, int *r, int *t, int *b) |
Retrieves how much of each border of the given evas image is not to be scaled. | |
void | evas_object_image_border_center_fill_set (Evas_Object *obj, Evas_Bool fill) |
Sets if the center part of an image (not the border) should be drawn. | |
Evas_Bool | evas_object_image_border_center_fill_get (Evas_Object *obj) |
Retrieves If the center of an image object is to be filled or not. |
|
Retrieves If the center of an image object is to be filled or not. See evas_object_image_border_set for more information.
|
|
Sets if the center part of an image (not the border) should be drawn. See evas_object_image_border_set for more information. When rendering, the image may be scaled to fit the size of the image object. This function sets if the center part of the scaled image is to be drawn or left completely blank. Very useful for frames and decorations.
|
|
Retrieves how much of each border of the given evas image is not to be scaled. See evas_object_image_border_set for more information.
If any of
|
|
Sets how much of each border of the given evas image object is not to be scaled. When rendering, the image may be scaled to fit the size of the image object. This function sets what area around the border of the image is not to be scaled. This sort of function is useful for widget theming, where, for example, buttons may be of varying sizes, but the border size must remain constant.
The units used for
|