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

  • focus - Currently focused element.

Signature

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

C signature

Implemented by