Efl.Ui.Layout_Orientable.orientation

Description

Control the direction of a given widget.

Use this function to change how your widget is to be disposed: vertically or horizontally or inverted vertically or inverted horizontally.

Mirroring as defined in Efl.Ui.I18n can invert the horizontal direction: it is ltr by default, but becomes rtl if the object is mirrored.

Since 1.23

Values

  • dir - Direction of the widget.

Signature

@property orientation @pure_virtual {
    get {}
    set {}
    values {
        dir: Efl.Ui.Layout_Orientation;
    }
}

C signature

Implemented by