Table of Contents

Description

EFL UI Factory event structure provided when an item was just created.

Since 1.23

Fields

Signature

struct Efl.Ui.Factory_Item_Created_Event {
    model: Efl.Model;
    item: Efl.Gfx.Entity;
}

C signature

typedef struct _Efl_Ui_Factory_Item_Created_Event {
    Efl_Model *model;
    Efl_Gfx_Entity *item;
} Efl_Ui_Factory_Item_Created_Event;