Grid Smart Object.

Convenience smart object that packs children under a regular grid layout, using their virtual grid location and size to determine children's positions inside the grid object's area. More...

Evas_Objectevas_object_textgrid_add (Evas *e)
 Add a textgrid to the given Evas. More...
 
Evas_Objectevas_object_grid_add (Evas *evas)
 Create a new grid. More...
 

Detailed Description

Convenience smart object that packs children under a regular grid layout, using their virtual grid location and size to determine children's positions inside the grid object's area.

Since
1.1

Function Documentation

Evas_Object* evas_object_textgrid_add ( Evas e)

Add a textgrid to the given Evas.

Parameters
eThe given evas.
Returns
The new textgrid object.

This function adds a new textgrid object to the Evas e and returns the object.

Since
1.7
Evas_Object* evas_object_grid_add ( Evas evas)

Create a new grid.

It's set to a virtual size of 1x1 by default and add children with evas_object_grid_pack().

Since
1.1