Object Layer Functions

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

Functions

void evas_object_layer_set (Evas_Object *obj, int l)
 Sets the layer of the evas that the given object will be part of.
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

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.

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.