Generic Object Functions

Functions that manipulate generic evas objects. More...

Modules

 Basic Object Manipulation
 

Methods that are often used, like those that change the color, clippers and geometry of the object.


 Object Events
 

Objects generates events when they are moved, resized, when their visibility change, when they are deleted and so on.


 UV Mapping (Rotation, Perspecitve, 3D...)
 

Evas allows different transformations to be applied to all kinds of objects.


 Size Hints
 

Objects may carry hints so another object that acts as a manager (see Smart Object Functions) may know how to properly position and resize the object.


 Extra Object Manipulation
 

Miscellaneous functions that also apply to any object, but are less used or not implemented by all objects.


 Finding Objects
 

Functions that allows finding objects by their position, name or other properties.


 Object Method Interceptors
 

Evas provides a way to intercept method calls.


Typedefs

typedef struct _Evas_Object Evas_Object
 An Evas Object handle.

Detailed Description

Functions that manipulate generic evas objects.