Functions | |
EAPI void | evas_object_layer_set (Evas_Object *obj, int l) |
Sets the layer of the evas that the given object will be part of. | |
EAPI int | evas_object_layer_get (Evas_Object *obj) |
Retrieves the layer of the evas that the given object is part of. |
EAPI int evas_object_layer_get | ( | Evas_Object * | obj | ) |
Retrieves the layer of the evas that the given object is part of.
obj | The given evas object. |
EAPI void evas_object_layer_set | ( | Evas_Object * | obj, | |
int | l | |||
) |
Sets the layer of the evas that the given object will be part of.
obj | The given evas object. | |
l | The number of the layer to place the object on. |