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.
 
 Edje Object Geometry
 Functions that deal with object's geometry.
 
 Edje Class: Text
 Functions that deal with Text Classes.
 
 Edje Class: Size
 Functions that deal with Size Classes.
 
 Edje Object File
 Functions to deals with EDJ files.
 
 Edje Object Animation
 Functions that deal with animations.
 
 Edje Communication Interface: Message
 Functions that deal with messages.
 
 Edje Perspective
 Functions that deal with 3D projection of an 2D object.
 

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.