• Main
  • About
  • Download
  • Contact
  • Docs
  • News
  • Develop
  • Contribute
  • Options
    • Show pagesource
    • Backlinks
    • Media Manager
    • Sitemap
  • Login / Register

Navigation

  • Developing with EFL
  • Setting Up EFL
  • Tutorials: Legacy API
  • Tutorials: Unified C API
  • Tutorials: Unified C# API
  • Programming Guides: Legacy API
  • Programming Guides: Unified C API
  • Programming Guides: Unified C# API
  • Reference Guide: Legacy API
  • Reference Guide: Unified C API
  • Reference Guide: Unified C# API 🌐

Page Contents

  • Description
  • Signature
  • C signature
  • Implemented by
  • Top of Page

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

  • Efl.Object.event_freeze
  • Efl.Canvas.Object.event_freeze
  • Efl.Loop_Timer.event_freeze