Tizen Native API
5.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
Function Documentation
Evas_Object* evas_object_table_add | ( | Evas * | evas | ) |
Create a new table.
- Parameters:
-
evas Canvas in which table will be added.
- Since :
- 2.3
- Examples:
- evas-table.c.
Eina_Bool evas_object_table_mirrored_get | ( | const Eo * | obj | ) |
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.
- Returns:
true
if mirrored,false
otherwise
- Since (EFL) :
- 1.1
- Since :
- 2.3
void evas_object_table_mirrored_set | ( | Eo * | obj, |
Eina_Bool | mirrored | ||
) |
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