• 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.Ui.Layout_Base.calc_freeze

Description

Freezes the layout object.

This function puts all changes on hold. Successive freezes will nest, requiring an equal number of thaws.

See also Efl.Layout.Calc.calc_thaw.

Since 1.22

Overridden from Efl.Layout.Calc.calc_freeze.

Signature

calc_freeze @pure_virtual {
    return: int;
}

C signature

int efl_layout_calc_freeze(Eo *obj);

Implemented by

  • Efl.Layout.Calc.calc_freeze
  • Efl.Canvas.Layout.calc_freeze
  • Efl.Ui.Image.calc_freeze
  • Efl.Ui.Layout_Base.calc_freeze