Efl.Ui.Table.homogeneous

Description

Control homogeneous mode.

This will enable the homogeneous mode where cells are of the same weight and of the same min size which is determined by maximum min size of cells.

Since 1.23

Values

  • homogeneoush - true if the box is homogeneous horizontally, false otherwise
  • homogeneousv - true if the box is homogeneous vertically, false otherwise

Signature

@property homogeneous {
    get {}
    set {}
    values {
        homogeneoush: bool;
        homogeneousv: bool;
    }
}

C signature

void efl_ui_table_homogeneous_get(const Eo *obj, Eina_Bool *homogeneoush, Eina_Bool *homogeneousv);
void efl_ui_table_homogeneous_set(Eo *obj, Eina_Bool homogeneoush, Eina_Bool homogeneousv);

Implemented by