Description

Struct returned by the object access callback

Fields

  • group - The group where the first item is part of
  • parent_depth - The depth of the parent
  • filled_items - The number of items that are filled into the slice

Signature

struct Efl.Ui.Position_Manager.Object_Batch_Result {
    group: Efl.Ui.Item;
    parent_depth: ubyte;
    filled_items: uint;
}

C signature

typedef struct _Efl_Ui_Position_Manager_Object_Batch_Result {
    Efl_Ui_Item *group;
    unsigned char parent_depth;
    unsigned int filled_items;
} Efl_Ui_Position_Manager_Object_Batch_Result;