Table of Contents

Efl.Ui.Focus.Manager.manager_focus

Description

The element which is currently focused by this manager.

Use this property to retrieve the object currently being focused, or to set the focus to a new one. When focus is a logical child (which cannot receive focus), the next regular object is selected instead. If there is no such object, focus does not change.

Since 1.22

Values

Signature

@property manager_focus @pure_virtual {
    get {}
    set {}
    values {
        focus: Efl.Ui.Focus.Object;
    }
}

C signature

Efl_Ui_Focus_Object *efl_ui_focus_manager_focus_get(const Eo *obj);
void efl_ui_focus_manager_focus_set(Eo *obj, Efl_Ui_Focus_Object *focus);

Implemented by