efl: rename Efl.Ui.Widget.Orientation_Mode -> Efl.Ui.Widget_Orientation_Mode

This commit is contained in:
Xavi Artigas 2018-05-23 12:39:08 +02:00 committed by Daniel Kolesa
parent e31b3213ec
commit 61b409015e
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ enum Efl.Ui.Activate
back, [[Activate back]]
}
enum Efl.Ui.Widget.Orientation_Mode
enum Efl.Ui.Widget_Orientation_Mode
{
[[Widget orientation mode, or how the theme handles screen orientation.

View File

@ -262,7 +262,7 @@ abstract Efl.Ui.Widget (Efl.Canvas.Group, Efl.Access.Object,
See also @.on_orientation_update.
]]
values {
mode: Efl.Ui.Widget.Orientation_Mode(Efl.Ui.Widget.Orientation_Mode.default);
mode: Efl.Ui.Widget_Orientation_Mode(Efl.Ui.Widget_Orientation_Mode.default);
[[How window orientation should affect this widget.]]
}
}