Efl.Ui.Win.focus_highlight_enabled

Description

Whether focus highlight is enabled or not on this window, regardless of the global setting.

See also Efl.Ui.Win.focus_highlight_style. See also Efl.Ui.Win.focus_highlight_animate.

Since 1.22

Values

  • enabled - The enabled value for the highlight.

Signature

@property focus_highlight_enabled {
    get {}
    set {}
    values {
        enabled: bool;
    }
}

C signature

Eina_Bool efl_ui_win_focus_highlight_enabled_get(const Eo *obj);
void efl_ui_win_focus_highlight_enabled_set(Eo *obj, Eina_Bool enabled);

Implemented by