Functions | |
void | evas_object_del (Evas_Object *obj) |
Deletes the given evas object and frees its memory. | |
void | evas_object_move (Evas_Object *obj, Evas_Coord x, Evas_Coord y) |
Moves the given evas object to the given location. | |
void | evas_object_resize (Evas_Object *obj, Evas_Coord w, Evas_Coord h) |
Changes the size of the given evas object. | |
void | evas_object_geometry_get (Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h) |
Retrieves the position and rectangular size of the given evas object. | |
void | evas_object_color_set (Evas_Object *obj, int r, int g, int b, int a) |
Sets the general colour of the given evas object to the given colour. | |
void | evas_object_color_get (Evas_Object *obj, int *r, int *g, int *b, int *a) |
Retrieves the general colour of the given evas object. | |
void | evas_object_anti_alias_set (Evas_Object *obj, Evas_Bool anti_alias) |
Sets whether or not the given evas object is to be drawn anti_aliased. | |
Evas_Bool | evas_object_anti_alias_get (Evas_Object *obj) |
Retrieves whether or not the given evas object is to be drawn anti_aliased. | |
void | evas_object_color_interpolation_set (Evas_Object *obj, int color_space) |
Sets the color_space to be used for linear interpolation of colors. | |
int | evas_object_color_interpolation_get (Evas_Object *obj) |
Retrieves the current value of the color space used for linear interpolation. | |
Evas * | evas_object_evas_get (Evas_Object *obj) |
Retrieves the evas that the given evas object is on. | |
const char * | evas_object_type_get (Evas_Object *obj) |
Retrieves the name of the type of the given evas object. |
|
Retrieves whether or not the given evas object is to be drawn anti_aliased.
|
|
Sets whether or not the given evas object is to be drawn anti_aliased.
|
|
Retrieves the general colour of the given evas object.
Note that if any of
|
|
Retrieves the current value of the color space used for linear interpolation.
|
|
Sets the color_space to be used for linear interpolation of colors.
|
|
Sets the general colour of the given evas object to the given colour.
|
|
Deletes the given evas object and frees its memory. The object's 'free' callback is called when this function is called. If the object currently has the focus, its 'focus out' callback is also called.
|
|
Retrieves the evas that the given evas object is on.
|
|
Retrieves the position and rectangular size of the given evas object.
Note that if any of
|
|
Moves the given evas object to the given location.
|
|
Changes the size of the given evas object.
|
|
Retrieves the name of the type of the given evas object.
|