Table of Contents

Efl.Object.event_freeze

Description

Freeze events of this object.

Prevents event callbacks from being called for this object. Enable events again using Efl.Object.event_thaw. Events marked hot cannot be stopped.

Since 1.22

Signature

event_freeze {}

C signature

void efl_event_freeze(Eo *obj);

Implemented by