Download

Support

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, 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.

Detailed Description

Functions that retrieve and set the layer that an evas object is on.

Todo:
Document which way layers go.

Function Documentation

EAPI int evas_object_layer_get ( 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,
int  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().


Copyright © Enlightenment.org