Table of Contents

Description

Widget orientation mode, or how the theme handles screen orientation.

Support for this feature is highly dependent on the theme in use. At the time of writing, the default theme for EFL does not implement support for orientation modes.

Fields

Signature

enum Efl.Ui.Widget_Orientation_Mode {
    default: 0,
    disabled
}

C signature

typedef enum {
    EFL_UI_WIDGET_ORIENTATION_MODE_DEFAULT = 0,
    EFL_UI_WIDGET_ORIENTATION_MODE_DISABLED
} Efl_Ui_Widget_Orientation_Mode;