Data Fields
_Efl_Model_Children_Event Struct Reference

Every time a child id added the event EFL_MODEL_EVENT_CHILD_ADDED is dispatched passing along this structure. More...

Data Fields

Eochild
 child, for child_add
 
unsigned int index
 index is a hint and is intended to provide a way for applications to control/know children relative positions through listings. More...
 

Detailed Description

Every time a child id added the event EFL_MODEL_EVENT_CHILD_ADDED is dispatched passing along this structure.

Field Documentation

◆ index

unsigned int _Efl_Model_Children_Event::index

index is a hint and is intended to provide a way for applications to control/know children relative positions through listings.

NOTE: If listing is performed asynchronously exact order may not be guaranteed.