~~Title: Efl.Ui.Win.focus_highlight_style~~ ====== Efl.Ui.Win.focus_highlight_style ====== ===== Description ===== %%Control the widget focus highlight style.%% %%If %%''style''%% is %%''null''%%, the default will be used.%% %%See also %%[[:develop:api:efl:ui:win:property:focus_highlight_enabled|Efl.Ui.Win.focus_highlight_enabled]]%%. See also %%[[:develop:api:efl:ui:win:property:focus_highlight_animate|Efl.Ui.Win.focus_highlight_animate]]%%.%% //Since 1.22// {{page>:develop:api-include:efl:ui:win:property:focus_highlight_style:description&nouser&nolink&nodate}} ===== 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 ===== * [[:develop:api:efl:ui:win:property:focus_highlight_style|Efl.Ui.Win.focus_highlight_style]]