Efl.Pack_Layout.layout_update

Description

Implementation of this container's layout algorithm.

EFL will call this function whenever the contents of this container need to be re-laid out on the canvas.

This can be overridden to implement custom layout behaviors.

Since 1.23

Signature

layout_update @protected @pure_virtual {}

C signature

void efl_pack_layout_update(Eo *obj);

Implemented by