Description

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

Since 1.23

Fields

  • model - The model already set on the new item.
  • item - The item that was just created.

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;