• 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.Model.child_add

Description

Add a new child.

Add a new child, possibly dummy, depending on the implementation, of a internal keeping. When the child is effectively added the event Efl.Model.child,added is then raised and the new child is kept along with other children.

Since 1.23

Signature

child_add @pure_virtual {
    return: Efl.Object;
}

C signature

Efl_Object *efl_model_child_add(Eo *obj);

Implemented by

  • Efl.Model.child_add
  • Efl.Mono_Model_Internal_Child.child_add
  • Efl.Mono_Model_Internal.child_add
  • Eldbus.Model.child_add
  • Efl.Composite_Model.child_add
  • Efl.Io.Model.child_add
  • Efl.Generic_Model.child_add