Efl.Layout.Calc.calc_thaw

Description

Thaws the layout object.

This function thaws (in other words "unfreezes") the given layout object.

If successive freezes were done, an equal number of thaws will be required.

See also Efl.Layout.Calc.calc_freeze.

Since 1.22

Signature

calc_thaw @pure_virtual {
    return: int;
}

C signature

int efl_layout_calc_thaw(Eo *obj);

Implemented by