Efl.Pack_Table.table_rows

Description

Specifies the amount of rows the table will have when the fill direction is vertical. If it is horizontal, the amount of rows depends on the amount of cells added and Efl.Pack_Table.table_columns.

Since 1.23

Values

  • rows - Amount of rows.

Signature

@property table_rows @pure_virtual {
    get {}
    set {}
    values {
        rows: int;
    }
}

C signature

int efl_pack_table_rows_get(const Eo *obj);
void efl_pack_table_rows_set(Eo *obj, int rows);

Implemented by