Table of Contents

Efl.Pack_Table.table_size

Description

Combines Efl.Pack_Table.table_columns and Efl.Pack_Table.table_rows

Since 1.23

Values

Signature

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

C signature

void efl_pack_table_size_get(const Eo *obj, int *cols, int *rows);
void efl_pack_table_size_set(Eo *obj, int cols, int rows);

Implemented by