• 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.Canvas.Group.group_change

Description

Marks the object as dirty.

This also forcefully marks the given object as needing recalculation. As an effect, on the next rendering cycle its Efl.Canvas.Group.group_calculate method will be called.

Since 1.22

Signature

group_change {}

C signature

void efl_canvas_group_change(Eo *obj);

Implemented by

  • Efl.Canvas.Group.group_change
  • Efl.Canvas.Event_Grabber.group_change