Efl.Pack_Table.table_cell_column

Description

column of the subobj in this container.

Since 1.23

Keys

  • subobj - Child object

Values

  • col - Column number
  • colspan - Column span

Signature

@property table_cell_column @pure_virtual {
    get {
        return: bool;
    }
    set {}
    keys {
        subobj: Efl.Gfx.Entity;
    }
    values {
        col: int;
        colspan: int;
    }
}

C signature

Eina_Bool efl_pack_table_cell_column_get(const Eo *obj, Efl_Gfx_Entity *subobj, int *col, int *colspan);
void efl_pack_table_cell_column_set(Eo *obj, Efl_Gfx_Entity *subobj, int col, int colspan);

Implemented by