Efl.Ui.Widget.mirrored_automatic

Description

Whether the property Efl.Ui.I18n.mirrored should be set automatically.

If enabled, the system or application configuration will be used to set the value of Efl.Ui.I18n.mirrored.

This property may be implemented by high-level widgets (in Efl.Ui) but not by low-level widgets (in Efl.Canvas.Scene) as the configuration should affect only high-level widgets.

Values

  • automatic - Whether the widget uses automatic mirroring

Overridden from 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