Table of Contents

Efl.Ui.Collection_View.move

Description

Moves the focus in the given direction to the next regular widget.

This call flushes all changes. This means all changes since last flush are computed.

Since 1.22

Overridden from Efl.Ui.Focus.Manager.move.

Signature

move @pure_virtual {
    params {
        @in direction: Efl.Ui.Focus.Direction;
    }
    return: Efl.Ui.Focus.Object;
}

C signature

Efl_Ui_Focus_Object *efl_ui_focus_manager_move(Eo *obj, Efl_Ui_Focus_Direction direction);

Parameters

Implemented by