• 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.Image.calc_force

Description

Forces a Size/Geometry calculation.

Forces the object to recalculate its layout regardless of freeze/thaw. This API should be used carefully.

See also Efl.Layout.Calc.calc_freeze and Efl.Layout.Calc.calc_thaw.

Since 1.22

Overridden from Efl.Layout.Calc.calc_force.

Signature

calc_force @protected @pure_virtual {}

C signature

void efl_layout_calc_force(Eo *obj);

Implemented by

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