Efl.Pack_Table.table_cell_row

Description

row of the subobj in this container.

Since 1.23

Keys

  • subobj - Child object

Values

  • row - Row number
  • rowspan - Row span

Signature

@property table_cell_row @pure_virtual {
    get {
        return: bool;
    }
    set {}
    keys {
        subobj: Efl.Gfx.Entity;
    }
    values {
        row: int;
        rowspan: int;
    }
}

C signature

Eina_Bool efl_pack_table_cell_row_get(const Eo *obj, Efl_Gfx_Entity *subobj, int *row, int *rowspan);
void efl_pack_table_cell_row_set(Eo *obj, Efl_Gfx_Entity *subobj, int row, int rowspan);

Implemented by