~~Title: Efl.Ui.Widget.mirrored_automatic~~ ====== Efl.Ui.Widget.mirrored_automatic ====== ===== Description ===== %%Whether the property %%[[:develop:api:efl:ui:i18n:property:mirrored|Efl.Ui.I18n.mirrored]]%% should be set automatically.%% %%If enabled, the system or application configuration will be used to set the value of %%[[:develop:api:efl:ui:i18n:property:mirrored|Efl.Ui.I18n.mirrored]]%%.%% %%This property may be implemented by high-level widgets (in Efl.Ui) but not by low-level widgets (in %%[[:develop:api:efl:canvas:scene|Efl.Canvas.Scene]]%%) as the configuration should affect only high-level widgets.%% {{page>:develop:api-include:efl:ui:widget:property:mirrored_automatic:description&nouser&nolink&nodate}} ===== Values ===== * **automatic** - %%Whether the widget uses automatic mirroring%% //Overridden from [[:develop:api:efl:ui:i18n:property:mirrored_automatic|Efl.Ui.I18n.mirrored_automatic]] **(get, set)**.//===== Signature ===== @property mirrored_automatic @pure_virtual { get {} set {} values { automatic: bool (true); } } ===== C signature ===== Eina_Bool efl_ui_mirrored_automatic_get(const Eo *obj); void efl_ui_mirrored_automatic_set(Eo *obj, Eina_Bool automatic); ===== Implemented by ===== * [[:develop:api:efl:ui:i18n:property:mirrored_automatic|Efl.Ui.I18n.mirrored_automatic]] * [[:develop:api:efl:ui:widget:property:mirrored_automatic|Efl.Ui.Widget.mirrored_automatic]]