Table of Contents

Efl.Ui.Widget.mirrored

Description

Whether this object should be mirrored.

If mirrored, an object is in RTL (right to left) mode instead of LTR (left to right).

Values

Setter

This sets the mirror state of the whole sub-tree.

Since 1.22

Overridden from Efl.Ui.I18n.mirrored (get, set).

Signature

@property mirrored @pure_virtual {
    get {}
    set {}
    values {
        rtl: bool (false);
    }
}

C signature

Eina_Bool efl_ui_mirrored_get(const Eo *obj);
void efl_ui_mirrored_set(Eo *obj, Eina_Bool rtl);

Implemented by