Table of Contents

Efl.Ui.Focus.Manager.logical_end

Description

Returns the last logical object.

The returned object is the last object that would be returned if you start at the root and move in the "next" direction.

Since 1.22

Signature

logical_end @pure_virtual {
    return: Efl.Ui.Focus.Manager_Logical_End_Detail;
}

C signature

Efl_Ui_Focus_Manager_Logical_End_Detail efl_ui_focus_manager_logical_end(Eo *obj);

Implemented by