~~Title: Efl.Ui.Widget_Orientation_Mode~~ ===== 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.%% {{page>:develop:api-include:efl:ui:widget_orientation_mode:description&nouser&nolink&nodate}} ===== Fields ===== {{page>:develop:api-include:efl:ui:widget_orientation_mode:fields&nouser&nolink&nodate}} * **default** - %%Default or automatic mode: if the widget's theme supports orientation, it will be handled automatically.%% * **disabled** - %%No signal is sent to the widget's theme. Widget's theme will not change according to the window or screen orientation.%% ===== 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;