~~Title: Efl.Ui.Item.calc_locked~~ ====== Efl.Ui.Item.calc_locked ====== ===== Description ===== %%If the item has its calc locked it will not trigger %%[[:develop:api:efl:canvas:group:property:group_need_recalculate|Efl.Canvas.Group.group_need_recalculate.set]]%% done.%% %%This is done automatically by %%[[:develop:api:efl:ui:widget_factory|Efl.Ui.Widget_Factory]]%%, but you can use this information to meaningfully set the hint when items are not %%[[:develop:api:efl:ui:item:property:calc_locked|Efl.Ui.Item.calc_locked]]%%.%% //Since 1.23// {{page>:develop:api-include:efl:ui:item:property:calc_locked:description&nouser&nolink&nodate}} ===== Values ===== * **locked** - %%If set to %%''true''%%, no more %%[[:develop:api:efl:canvas:group:property:group_need_recalculate|Efl.Canvas.Group.group_need_recalculate.set]]%%%% ===== 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 ===== * [[:develop:api:efl:ui:item:property:calc_locked|Efl.Ui.Item.calc_locked]]