Efl.Pack_Layout (interface)

Description

Low-level APIs for objects that can lay their children out.

Used for containers like Efl.Ui.Box and Efl.Ui.Table.

Since 1.23

Members

layout_request

Requests EFL to recalculate the layout of this object.
void efl_pack_layout_request(Eo *obj);


layout_update protected

Implementation of this container's layout algorithm.
void efl_pack_layout_update(Eo *obj);


Events

layout,updated

Sent after the layout was updated.
EFL_PACK_EVENT_LAYOUT_UPDATED(void)