Efl.Ui.Widget.focus_move_policy_automatic

Description

Control the widget's focus_move_policy mode setting.

Since 1.22

Values

  • automatic - true to follow system focus move policy change, false otherwise

Signature

@property focus_move_policy_automatic @beta {
    get {}
    set {}
    values {
        automatic: bool;
    }
}

C signature

Eina_Bool efl_ui_widget_focus_move_policy_automatic_get(const Eo *obj);
void efl_ui_widget_focus_move_policy_automatic_set(Eo *obj, Eina_Bool automatic);

Implemented by