Efl.Ui.Box.homogeneous

Description

In homogeneous mode all children of a vertical Box have the same height, equal to the height of the tallest widget. Children of a horizontal Box have the same width, equal to the width of the widest widget. Otherwise, individual widget sizes are not modified.

Since 1.23

Values

  • homogeneous - true if the Box is homogeneous, false otherwise.

Signature

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

C signature

Eina_Bool efl_ui_box_homogeneous_get(const Eo *obj);
void efl_ui_box_homogeneous_set(Eo *obj, Eina_Bool homogeneous);

Implemented by