Efl.Ui.Win.focus_highlight_style

Description

Control the widget focus highlight style.

If style is null, the default will be used.

See also Efl.Ui.Win.focus_highlight_enabled. See also Efl.Ui.Win.focus_highlight_animate.

Since 1.22

Values

  • style - The name of the focus highlight style.

Signature

@property focus_highlight_style {
    get {}
    set {
        return: bool;
    }
    values {
        style: string;
    }
}

C signature

const char *efl_ui_win_focus_highlight_style_get(const Eo *obj);
Eina_Bool efl_ui_win_focus_highlight_style_set(Eo *obj, const char *style);

Implemented by