Efl.Ui.Item.calc_locked

Description

If the item has its calc locked it will not trigger Efl.Canvas.Group.group_need_recalculate.set done.

This is done automatically by Efl.Ui.Widget_Factory, but you can use this information to meaningfully set the hint when items are not Efl.Ui.Item.calc_locked.

Since 1.23

Values

Signature

@property calc_locked {
    get {}
    set {}
    values {
        locked: bool;
    }
}

C signature

Eina_Bool efl_ui_item_calc_locked_get(const Eo *obj);
void efl_ui_item_calc_locked_set(Eo *obj, Eina_Bool locked);

Implemented by