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.
- Enumerator:
EVAS_OBJECT_TABLE_HOMOGENEOUS_NONE |
No mode specified
|
EVAS_OBJECT_TABLE_HOMOGENEOUS_TABLE |
Table mode
|
EVAS_OBJECT_TABLE_HOMOGENEOUS_ITEM |
Item mode
|
Function Documentation
Create a new table.
- Parameters:
-
evas | Canvas in which table will be added. |
- Since :
- 2.3
- Examples:
- evas-table.c.
Control the mirrored mode of the table. In mirrored mode, the table items go from right to left instead of left to right. That is, 1,1 is top right, not top left.
- Parameters:
-
- Returns:
true
if mirrored, false
otherwise
- Since (EFL) :
- 1.1
- Since :
- 2.3
Control the mirrored mode of the table. In mirrored mode, the table items go from right to left instead of left to right. That is, 1,1 is top right, not top left.
- Parameters:
-
[in] | obj | The object. |
[in] | mirrored | true if mirrored, false otherwise |
- Since (EFL) :
- 1.1
- Since :
- 2.3