Efl.Ui.Widget.focus

Description

Whether the widget is currently focused or not.

Since 1.22

Values

  • focus - The focused state of the object.

Setter

This is called by the manager and should never be called by anyone else.

The function emits the focus state events, if focus is different to the previous state.

Since 1.22

Overridden from Efl.Ui.Focus.Object.focus (set).

Signature

@property focus {
    get {}
    set @protected {}
    values {
        focus: bool;
    }
}

C signature

Eina_Bool efl_ui_focus_object_focus_get(const Eo *obj);
void efl_ui_focus_object_focus_set(Eo *obj, Eina_Bool focus);

Implemented by