Tizen Native API  4.0
Table Smart Object.

Convenience smart object that packs children using a tabular layout using children size hints to define their size and alignment inside their cell space.

Table Smart Object example shows how to use this Evas_Object.

See also:
Size Hints

Enumeration Type Documentation

How to pack items into cells in a table.

See evas_object_table_homogeneous_get for an explanation of the function of each one.


Function Documentation

Create a new table.

Parameters:
evasCanvas in which table will be added.
Since :
2.3.1
Examples:
evas-table.c.
Evas_Object* evas_object_table_child_get ( const Evas_Object o,
unsigned short  col,
unsigned short  row 
)

Get the child of the table at the given coordinates

Note:
This does not take into account col/row spanning
Since :
2.3.1