Table of Contents

Efl.Ui.Focus.Manager.redirect

Description

Add another manager to serve the move requests.

If this value is set, all move requests are redirected to this manager object. Set it to null once nothing should be redirected anymore.

Since 1.22

Values

Signature

@property redirect @pure_virtual {
    get {}
    set {}
    values {
        redirect: Efl.Ui.Focus.Manager;
    }
}

C signature

Efl_Ui_Focus_Manager *efl_ui_focus_manager_redirect_get(const Eo *obj);
void efl_ui_focus_manager_redirect_set(Eo *obj, Efl_Ui_Focus_Manager *redirect);

Implemented by