Description

A structure containing the updated range of visible items in this position manger.

Fields

  • start_id - The first item that is visible
  • end_id - The last item that is visible

Signature

struct Efl.Ui.Position_Manager.Range_Update {
    start_id: uint;
    end_id: uint;
}

C signature

typedef struct _Efl_Ui_Position_Manager_Range_Update {
    unsigned int start_id;
    unsigned int end_id;
} Efl_Ui_Position_Manager_Range_Update;