Efl.Ui.Focus.Manager.dirty_logic_freeze

Description

Disables the cache invalidation when an object is moved.

Even if an object is moved, the focus manager will not recalculate its relations. This can be used when you know that the set of widgets in the focus manager is moved the same way, so the relations between the widgets in the set do not change and complex calculations can be avoided. Use Efl.Ui.Focus.Manager.dirty_logic_unfreeze to re-enable relationship calculation.

Since 1.22

Signature

dirty_logic_freeze @pure_virtual {}

C signature

Implemented by