Efl.Ui.Position_Manager.Grid.position_single_item

Description

Return the position and size of item idx.

This method returns the size and position of the item at idx. Even if the item is outside the viewport, the returned rectangle must be valid. The result can be used for scrolling calculations.

Signature

position_single_item @pure_virtual {
    params {
        @in idx: int;
    }
    return: Eina.Rect;
}

C signature

Eina_Rect efl_ui_position_manager_entity_position_single_item(Eo *obj, int idx);

Parameters

  • idx (in) - The id for the item

Implemented by