Efl.Ui.Focus.Object.child_focus

Description

Indicates if a child of this object has focus set to true.

Since 1.22

Values

  • child_focus - true if a child has focus.

Signature

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

C signature

Eina_Bool efl_ui_focus_object_child_focus_get(const Eo *obj);
void efl_ui_focus_object_child_focus_set(Eo *obj, Eina_Bool child_focus);

Implemented by