Table of Contents

Efl.Pack_Table.table_size

Description

Values

  • cols - Number of columns
  • rows - Number of rows

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