Table of Contents

Efl.Pack_Table.table_columns

Description

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

Since 1.23

Values

Signature

@property table_columns @pure_virtual {
    get {}
    set {}
    values {
        cols: int;
    }
}

C signature

int efl_pack_table_columns_get(const Eo *obj);
void efl_pack_table_columns_set(Eo *obj, int cols);

Implemented by