Object Layer Functions
Functions that retrieve and set the layer that an evas object is on. More...
Functions | |
EAPI void | evas_object_layer_set (Evas_Object *obj, short l) |
Sets the layer of the evas that the given object will be part of. | |
EAPI short | evas_object_layer_get (const Evas_Object *obj) |
Retrieves the layer of the evas that the given object is part of. |
Detailed Description
Functions that retrieve and set the layer that an evas object is on.
- Todo:
- Document which way layers go.
Function Documentation
EAPI short evas_object_layer_get | ( | const Evas_Object * | obj | ) |
Retrieves the layer of the evas that the given object is part of.
- Parameters:
-
obj The given evas object.
- Returns:
- Number of the layer.
EAPI void evas_object_layer_set | ( | Evas_Object * | obj, | |
short | l | |||
) |
Sets the layer of the evas that the given object will be part of.
- Parameters:
-
obj The given evas object. l The number of the layer to place the object on.
References evas_list_find().