Table of Contents

Description

Every time a child is added the event Efl.Model.child,added is dispatched passing along this structure.

Fields

Signature

struct Efl.Model_Children_Event {
    index: uint;
    child: Efl.Object;
}

C signature

typedef struct _Efl_Model_Children_Event {
    unsigned int index;
    Efl_Object *child;
} Efl_Model_Children_Event;