Modules
Edje Object

This group discusses functions that deal with Edje layouts and its components. More...

Modules

 Edje Communication Interface: Signal
 Functions that deal with signals.
 
 Edje Scale
 Functions that deal with scaling objects.
 
 Edje Class: Color
 Functions that deal with Color Classes.
 
 Edje Part
 Functions that deal with layout components.
 

Detailed Description

This group discusses functions that deal with Edje layouts and its components.

An important thing to know about this group is that there is no Edje_Object in code. What we refer here as object are layouts (or themes) defined by groups, and parts, both declared in EDC files. They are of type Evas_Object as the other native objects of Evas, but they only exist in Edje, so that is why we are calling them "edje objects".

With the Edje Object Group functions we can deal with layouts by managing its aspect, content, message and signal exchange and animation, among others.