Table of Contents

Efl.Ui.Layout_Base.calc_force

Description

Forces a Size/Geometry calculation.

Forces the object to recalculate its layout regardless of freeze/thaw. This API should be used carefully.

See also Efl.Layout.Calc.calc_freeze and Efl.Layout.Calc.calc_thaw.

Since 1.22

Overridden from Efl.Layout.Calc.calc_force.

Signature

calc_force @protected @pure_virtual {}

C signature

void efl_layout_calc_force(Eo *obj);

Implemented by