Modules
Specific Object Functions

Modules

 Textblock Object Functions
 Functions used to create and manipulate textblock objects. Unlike Text Object Functions, these handle complex text, doing multiple styles and multiline text based on HTML-like tags. Of these extra features will be heavier on memory and processing cost.
 
 Rectangle Object Functions
 Function to create evas rectangle objects.
 
 Image Object Functions
 Here are grouped together functions used to create and manipulate image objects. They are available to whichever occasion one needs complex imagery on a GUI that could not be achieved by the other Evas' primitive object types, or to make image manipulations.
 
 Text Object Functions
 Functions that operate on single line, single style text objects.
 
 Textgrid Object Functions
 Textgrid objects manage chunks of text as a 2D grid of cells, each of which contains a single unicode character with color and style formatting information. The object's text can be interacted with character-by-character or by row.
 
 Line Object Functions
 Functions used to deal with evas line objects.
 
 Polygon Object Functions
 Functions that operate on evas polygon objects.
 

Detailed Description

Functions that work on specific objects.