Efl.Ui.Widget_Focus_Manager.focus_manager_create

Description

If the widget needs a focus manager, this function will be called.

It can be used and overridden to inject your own manager or set custom options on the focus manager.

Since 1.22

Signature

focus_manager_create @protected @pure_virtual {
    params {
        @in root: Efl.Ui.Focus.Object;
    }
    return: Efl.Ui.Focus.Manager;
}

C signature

Parameters

  • root (in) - The logical root object for focus.

Implemented by