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_Object * | evas_object_textgrid_add (Evas *e) |
| Add a textgrid to the given Evas. More... | |
| Evas_Object * | evas_object_grid_add (Evas *evas) |
| Create a new grid. More... | |
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.
| Evas_Object* evas_object_textgrid_add | ( | Evas * | e | ) |
Add a textgrid to the given Evas.
| e | The given evas. |
This function adds a new textgrid object to the Evas e and returns the object.
| 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().